Alexander Makarov
|
2607eca3e4
|
Merge pull request #19 from yiijan/docs-ja-fix
removed "・" [ci skip]
|
10 years ago |
Nobuo Kihara
|
f82b532c31
|
removed "・" [ci skip]
|
10 years ago |
Alexander Makarov
|
6b677f0698
|
Added .gitattributes
|
10 years ago |
Alexander Makarov
|
0ea7c2dd96
|
Merge pull request #18 from mikehaertl/7895-label-option
Fix issue 7895 (yii2): label option ignored
|
10 years ago |
Michael Härtl
|
2413f3f4c9
|
Fix issue 7895 (yii2): label option ignored
|
10 years ago |
Carsten Brandt
|
a163a13018
|
not a good idea to cache vendor
composer cache shoud suffice
|
10 years ago |
Alexander Makarov
|
6d941e3920
|
Merge pull request #13 from yiijan/link-fix
docs/guide/topics-less.md - link fixed [ci skip]
|
10 years ago |
Alexander Makarov
|
da0ea8280e
|
Merge pull request #14 from yiijan/docs-ja
docs/guide-ja added [ci skip]
|
10 years ago |
Nobuo Kihara
|
0ce4d98e7d
|
docs/guide/topics-less.md - link fixed [ci skip]
|
10 years ago |
Nobuo Kihara
|
fe643d0b69
|
docs/guide-ja added [ci skip]
|
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
|
90e3df6da4
|
added unit tests
|
10 years ago |
3y3ik
|
1812e6d59d
|
Translated guide Twitter Bootstrap Widget
|
10 years ago |
Alexander Makarov
|
137ccf75fb
|
Fixed readme title
|
10 years ago |
Alexander Makarov
|
06e41a8d1f
|
Moved docs from the guide, adjusted readme
|
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 |
Alexander Makarov
|
84ad12bc5c
|
Reverted #7459, #7469, #7470
|
10 years ago |
Alexander Makarov
|
2ce0254cc3
|
Merge pull request #7459 from creocoder/fix-applications
Fix application templates and official extensions `composer.json`
|
10 years ago |
Alexander Kochetov
|
351e32679b
|
Fixed bootstrap extension composer.json
|
10 years ago |
pana1990
|
8310e2245b
|
Remove double slash in the comment [skip ci]
close #7429
|
10 years ago |
Sam
|
478254d388
|
Re-added line endings to pass tests.
|
10 years ago |
Sam
|
914608aedf
|
Fixed widgets using echo in their run. #7417
|
10 years ago |
Alexander Makarov
|
0bbace38ae
|
Fixes #7417: Used return in Tabs widgets instead of echo
|
10 years ago |
nkovacs
|
b6366a0022
|
Fixes #7412: Removed unnecessary unsets in Dropdown and Nav
|
10 years ago |
Carsten Brandt
|
8dc0965661
|
improved extensions readme
|
10 years ago |
Valery Viktorovsky
|
af70660f3c
|
Fixes #7339: Added example to Dropdown phpdoc
|
10 years ago |
Dmitry Naumenko
|
d6daff0dc6
|
Fixed typo in ActiveField PHPDoc
|
10 years ago |
Qiang Xue
|
0a751a49d2
|
prepare for the next release.
|
10 years ago |
Qiang Xue
|
e3e4fdebb9
|
2.0.2 release
|
10 years ago |
Carsten Brandt
|
f63506e394
|
complete docs about Nav to include the style
without a `nav-tabs` or `nav-pills` class a nav is not complete.
http://getbootstrap.com/components/#nav
fixes #6768
|
10 years ago |
Qiang Xue
|
43b808a9d7
|
Fixes #6672: `yii\bootstrap\Dropdown` should register client event handlers
|
10 years ago |
nkovacs
|
1b5ddfc0a5
|
fix left over closing backticks
|
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 |
Qiang Xue
|
14c09f022d
|
Fixes #6335
|
10 years ago |
Qiang Xue
|
c5d0f2518a
|
Fixes #6318: Made widgets more error-tolerant and user-friendly when certain option values are null
|
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 |
fly
|
2888d98221
|
Pass all the button's config array to Button::widget() instead of creating new one item by item. Now allowed to pass in ButtonGroup button's configs any possible attributes(like tagName, encodeLabel, etc).
|
10 years ago |
Alexander Mohorev
|
65130c9a7e
|
No need to return from __construct
|
10 years ago |
Alexander Makarov
|
084bc9be1a
|
Added changelog line for #4181
|
10 years ago |
Denis M
|
f07e49c539
|
Fixes #4181: Added `yii\bootstrap\Modal::$headerOptions` and `yii\bootstrap\Modal::$footerOptions`
|
10 years ago |
Alexander Makarov
|
b06278004e
|
Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x
|
10 years ago |
Alexander Mohorev
|
416510b4ca
|
Correct type declarations
|
10 years ago |