Francesc Bautista
|
05253b8fd6
|
Enh #50: Added `dropDownOptions` that is passed to `yii\bootstrap\Nav` dropdown items
|
10 years ago |
Klimov Paul
|
53db15c379
|
Fixed `yii\bootstrap\ButtonDropdown` renders two buttons have same with id if 'split' is enabled
|
10 years ago |
Klimov Paul
|
aae6d31ed9
|
CHANGELOG.md updated
|
10 years ago |
Klimov Paul
|
34081f44cb
|
usage of `yii\helpers\Html` removed
|
10 years ago |
Klimov Paul
|
f387e6ebfd
|
Added `submenuOptions` support at `yii\bootstrap\Dropdown`
|
10 years ago |
Klimov Paul
|
63ddbe87dd
|
Added `visible` option to `yii\bootstrap\Tab` widget items
|
10 years ago |
Alexander Makarov
|
29ed43dd05
|
Adjusted changelog wording
|
10 years ago |
pana1990
|
f7cc408d88
|
Fix 29: Added support to object for content option in Collapse class
|
10 years ago |
Qiang Xue
|
551a391dd8
|
prepare for next release
|
10 years ago |
Qiang Xue
|
898682b04c
|
Using `Json::htmlEncode()` for safer JSON data encoding in HTML code
|
10 years ago |
Carsten Brandt
|
37b1b59817
|
ensure widget configuration are reusable
Configuration where not preserved when used multiple times.
fixes yiisoft/yii2#8231
|
10 years ago |
Qiang Xue
|
554c3ccf04
|
Added support for using external URLs for
[3gH H H H H H H H H H H H H
|
10 years ago |
Klimov Paul
|
830da61dd5
|
`yii\bootstrap\Html` helper added
|
10 years ago |
Klimov Paul
|
b91b32530e
|
Fixed incorrect URL config processing at `yii\bootstrap\Nav::items` if route element is not a first one
|
10 years ago |
pana1990
|
599d60c376
|
Fix #29 : Added support to list-groups in Collapse class
|
10 years ago |
Alexander Makarov
|
8e26e12744
|
Fixes #2546: Added `visible` option to `yii\bootstrap\ButtonGroup::$buttons`
|
10 years ago |
Michael Härtl
|
2413f3f4c9
|
Fix issue 7895 (yii2): label option ignored
|
10 years ago |
Carsten Brandt
|
5dfc3ac674
|
Allow customization of the dropdown caret
This can be useful when another iconset is used for example.
|
10 years ago |
Carsten Brandt
|
eeb850ab89
|
added ActionColumn::$buttonOptions
allows for configuration of the default buttons like this:
```php
[
'class' => ActionColumn::className(),
'template' => '<div class="btn-group text-center">{view} {update} {delete}</div>',
'buttonOptions' => [
'class' => 'btn btn-default btn-xs',
],
],
```
close #7633
|
10 years ago |
Carsten Brandt
|
a78d8b59b2
|
fixed issue with wrongly assigned label in bootstrap
fixes #5984
|
10 years ago |
Qiang Xue
|
9db3d6525d
|
prepare for next release.
|
10 years ago |
Qiang Xue
|
d4bd9c5f97
|
2.0.3 release.
|
10 years ago |
Qiang Xue
|
0a751a49d2
|
prepare for the next release.
|
10 years ago |
Qiang Xue
|
e3e4fdebb9
|
2.0.2 release
|
10 years ago |
Qiang Xue
|
43b808a9d7
|
Fixes #6672: `yii\bootstrap\Dropdown` should register client event handlers
|
10 years ago |
Qiang Xue
|
f9cddd7523
|
prepare for next release.
|
10 years ago |
Qiang Xue
|
ca82a7a03f
|
prepare for 2.0.1 release
|
10 years ago |
Qiang Xue
|
f632f47746
|
Fixes #5494: Added support for specifying a menu header as a configuration array in `yii\bootstrap\Dropdown`
|
10 years ago |
Alexander Makarov
|
23b44e609b
|
Fixes #4146: Added `yii\bootstrap\ButtonDropdown::$containerOptions`
|
10 years ago |
Alexander Makarov
|
4207021e7a
|
Fixes #6150: `yii\bootstrap\Tabs` dropdown IDs were generated incorrectly
|
10 years ago |
Qiang Xue
|
87b6374376
|
Fixes #4450: Added `yii\bootstrap\Nav::renderDropdown()`
|
10 years ago |
Qiang Xue
|
b9d20fdeac
|
Fixes #5799: `yii\bootstrap\ButtonGroup::buttons` can take all options that are supported by `yii\bootstrap\Button`
|
10 years ago |
Alexander Makarov
|
084bc9be1a
|
Added changelog line for #4181
|
10 years ago |
Alexander Makarov
|
b06278004e
|
Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x
|
10 years ago |
Qiang Xue
|
1ec4506c19
|
Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents
|
10 years ago |
Qiang Xue
|
f538ceb506
|
Fixes #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items` Fixes #5572.
|
10 years ago |
Qiang Xue
|
b1a65a1aa2
|
prepare for next release.
|
10 years ago |
Qiang Xue
|
925395bd69
|
2.0.0 release.
|
10 years ago |
Qiang Xue
|
9b8ca6d43c
|
Fixes #5336: `yii\bootstrap\DropDown` should register bootstrap plugin asset
|
10 years ago |
Qiang Xue
|
4c377e139e
|
Fixes #5323: Nested dropdown does not work for `yii\bootstrap\DropDown`
|
10 years ago |
Damian Dennis
|
fa55cdee10
|
Fixes #5217: Tabs no longer requires content since empty tab could be used dynamically
|
10 years ago |
Nikola Kovacs
|
71d5e81716
|
Bootstrap Collapse items property uses label element and encodes by default, like Tabs
Fixes #5232 and #5231
|
10 years ago |
Qiang Xue
|
1a2692c837
|
prepare for next release.
|
10 years ago |
Qiang Xue
|
6db2c9b723
|
prepare for 2.0.0-rc release.
|
10 years ago |
Alexander Makarov
|
f38dbf3027
|
More cases for #4595
|
10 years ago |
Alexander Makarov
|
9d72ead183
|
Fixes #4595: more consistend use of "false" in "don't use" case
|
10 years ago |
Serge Postrash
|
5e10e2833b
|
Fixes #4362: Made carousel indicators optional
|
10 years ago |
Alex-Code
|
5517eeac74
|
Update CHANGELOG.md
|
11 years ago |
Alex-Code
|
cdd25d15bc
|
Update CHANGELOG.md
|
11 years ago |
Dmitry Chernikov
|
703ce5fe5d
|
Fix CHANGELOG.md
|
11 years ago |