PowerGamer1
f41768b3ad
Update Dropdown.php ( #149 )
...
Two changes:
1. Documented previously undocumented 'encode' item option.
2. Moved `is_string($item)` check to occur BEFORE `$item` is handled as array. When `$item` is a string `$item['visible']` would not be an error and will return the first character of that string. Doing `!$item['visible']` on the first character of a string does not make any sense.
9 years ago
PowerGamer1
124848377d
Fixes #143 : Fixed `yii\bootstrap\Nav` to use tags according to bootstrap docs
9 years ago
PowerGamer1
c8969668c5
Fixes #145 : Added the ability to customize the class used to draw dropdowns in `yii\bootstrap\Nav`, `yii\bootstrapButtonDropdown` and `yii\bootstrap\Tab` widgets
9 years ago
Carsten Brandt
a7a9282477
Merge pull request #142 from Okeanos/master
...
Allow URLs to be used as Dropdown items in Tab Widgets #113
9 years ago
Nikolas Grottendieck
72a9bf3871
Changed error message for content/url option in Tab Widget Dropdown items to be more specific based on feedback by @cebe
9 years ago
Nikolas Grottendieck
a34585b2c4
Changelog updated to list enhanced Tab Widget Dropdown items
...
See #113
9 years ago
Nikolas Grottendieck
91607a2271
Test cases updated to cover enhanced Tab Widget Dropdown items
...
See #113
9 years ago
Nikolas Grottendieck
e4a3d35119
Allow URLs to be used instead of content for Tab Widget Dropdown items
...
Fixes #113
9 years ago
tino415
cfe46a2cf1
Fixes #137 : Remove `role="navbar"` from `yii\bootstrap\NavBar` according to new aria specification
9 years ago
Meysam
61ff144457
Fixes #130 : Fixed `yii\bootstrap\Collapse` to use pure numerical value on `content` property
9 years ago
Alexander Makarov
772b610ea7
Fixed links in CONTRIBUTING.md
9 years ago
Dmitry Naumenko
79ef1b1d09
Merge pull request #129 from lukBarros/patch-9
...
grammatical adjustment
9 years ago
Lucas Barros
86d7e0dfde
grammatical adjustment
9 years ago
Marco
4dd9f52e2a
Fixes #126 : `yii\bootstrap\ToggleButtonGroup` was unable to work without model
9 years ago
Alexander Makarov
e64170ffa5
Added issue templates
9 years ago
Carsten Brandt
361bd63975
prepare for next release
9 years ago
Carsten Brandt
3fd2b8c950
release version 2.0.6
9 years ago
Carsten Brandt
05d74a836a
adjusted wrong `@since` version
9 years ago
Carsten Brandt
529b4d2cf4
moved wrong changelog line
9 years ago
Carsten Brandt
2ce9f64cf4
better contract for BootstrapWidgetTrait
9 years ago
artur
4133d6b26f
Fix: get item container from config
...
- Add unit test for check rendering item container
close #124
9 years ago
Klimov Paul
ef941bc83e
redundant code removed
9 years ago
Klimov Paul
1603a2b028
`Nav::renderItem()` adjusted
9 years ago
Klimov Paul
b6087e2a5c
Merge branch '68-fix-nav-empty-items'
9 years ago
Klimov Paul
8e02d87086
Issue #81 added to CHANGELOG
9 years ago
Klimov Paul
6288a38654
Merge
9 years ago
Klimov Paul
37f89ef583
`ActiveFieldTest` unit test added
9 years ago
Klimov Paul
008ef6d1c9
Code style fix
10 years ago
Klimov Paul
8e77d2e4e4
Merge branch 'master'
10 years ago
Klimov Paul
288306f21e
Merge branch 'master'
10 years ago
Alexander Makarov
7de7d5d63d
Merge pull request #100 from hobartwang/patch-1
...
correct the Example in the comment [skip ci]
10 years ago
hobart.wang
9e79615cda
correct the Example of comment
...
in the example,use Nav not Menu
10 years ago
Dmitry Naumenko
d841fe6f47
Merge pull request #99 from yiijan/docs-ja-1215
...
docs/guide-ja block type identifier fixed [ci skip]
10 years ago
Nobuo Kihara
b090985493
docs/guide-ja block type identifier fixed [ci skip]
10 years ago
Agiel Kurniawan Saputra
e7b4df436f
Fixes #98 : Fixed `yii\bootstrap\ButtonDropdown` setting `href` attribute for non `a` tags
10 years ago
Dmitry Naumenko
3b792412bd
Merge pull request #97 from pana1990/update-travis
...
Update travis
10 years ago
Daniel Gomez Pan
c7f0b79204
Remove block comment [skip ci]
10 years ago
Daniel Gomez Pan
044e9f153e
Update composer-asset-plugin
10 years ago
Daniel Gomez Pan
68c1b6eba8
Update travis
10 years ago
Alexander Makarov
f74b454bb6
Merge pull request #94 from jasonhancock/nav-document-encode
...
Document the "encode" option for Nav items [skip ci]
10 years ago
Jason Hancock
e2906b95e4
Document the "encode" option for Nav items
10 years ago
Mehdi Achour
7644ecbc44
Fixes #92 : Allow overriding `data-toggle` in `yii\bootstrap\Tabs`
10 years ago
freezy
6fd96d4bf9
fixed Coding Standard errors
10 years ago
freezy
94840e6794
[ Fixes #86 ] Fixed handling empty items in Nav
10 years ago
Carsten Brandt
09a5bfe72c
fixed broken phpdoc links
10 years ago
Alexander Makarov
7c6b244d9c
Merge pull request #88 from lukBarros/patch-8
...
Sync with file on guide base file [skip ci]
10 years ago
Alexander Makarov
c00a06c760
Merge pull request #87 from lukBarros/patch-7
...
Sync with file on guide base file [skip ci]
10 years ago
Lucas Barros
e449ee1648
100% done in ptBR
...
100% done in ptBR
10 years ago
Lucas Barros
062a838dfe
100% done in ptBR
...
100% done in ptBR
10 years ago
Alexander Makarov
5ca562bcc7
Merge pull request #86 from lukBarros/patch-6
...
Sync with file on guide base readme.md file [skip ci]
10 years ago