Klimov Paul
|
eb3fc7cf67
|
code doc fix
|
7 years ago |
Alexander Makarov
|
02a54d8683
|
release version 2.0.7
|
7 years ago |
Alexander Makarov
|
b0f2953200
|
Fixes #157: Active status of multilevel submenu items of the `yii\bootstrap\Nav` class is determined correctly now
|
8 years ago |
Carsten Brandt
|
a58a4f7138
|
fixed indentation
|
8 years ago |
Alexander Makarov
|
234ccf6a4c
|
Covered more cases for #162, #163. Better tests.
|
8 years ago |
Alexander Makarov
|
81b6738a3b
|
Fixes #162: Fixed `yii\bootstrap\Nav` not taking explicit `active` into account when `activateItems` is off
|
8 years ago |
PowerGamer1
|
124848377d
|
Fixes #143: Fixed `yii\bootstrap\Nav` to use tags according to bootstrap docs
|
8 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
|
8 years ago |
Klimov Paul
|
1603a2b028
|
`Nav::renderItem()` adjusted
|
9 years ago |
Jason Hancock
|
e2906b95e4
|
Document the "encode" option for Nav items
|
9 years ago |
freezy
|
94840e6794
|
[Fixes #86] Fixed handling empty items in Nav
|
9 years ago |
Klimov Paul
|
3ec5987344
|
Allow override CSS classes added by widgets
|
10 years ago |
Francesc Bautista
|
05253b8fd6
|
Enh #50: Added `dropDownOptions` that is passed to `yii\bootstrap\Nav` dropdown items
|
10 years ago |
Klimov Paul
|
dbb0ed704e
|
Doc comments updated
|
10 years ago |
Klimov Paul
|
34081f44cb
|
usage of `yii\helpers\Html` removed
|
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 |
Carsten Brandt
|
5dfc3ac674
|
Allow customization of the dropdown caret
This can be useful when another iconset is used for example.
|
10 years ago |
Sam
|
914608aedf
|
Fixed widgets using echo in their run. #7417
|
10 years ago |
nkovacs
|
b6366a0022
|
Fixes #7412: Removed unnecessary unsets in Dropdown and Nav
|
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
|
14c09f022d
|
Fixes #6335
|
10 years ago |
Qiang Xue
|
87b6374376
|
Fixes #4450: Added `yii\bootstrap\Nav::renderDropdown()`
|
10 years ago |
Carsten Brandt
|
83489d3684
|
property code style extensions
|
10 years ago |
Alex-Code
|
9245eee7d4
|
Allow an item to choose if it's encoded.
|
11 years ago |
Carsten Brandt
|
20d4429fdd
|
fixed all the PHPdoc in extensions
|
11 years ago |
Alexander Makarov
|
4f20483dea
|
Fixed tabs
|
11 years ago |
SonicGD
|
5cc2dc8dd4
|
Reformat code te be PSR-2 compatible
|
11 years ago |
Alex-Code
|
90c574655f
|
Improved check for active child items
Updated to avoid full tree traversal.
Also noticed ```activateItems``` didn't do anything so that's been fixed.
|
11 years ago |
Alex-Code
|
6e11e49709
|
sub menus didn't get checked for being active.
Based off the method in ```Menu.php``` I've updated ```Nav``` so it will check if sub menus are active or not.
|
11 years ago |
Carsten Brandt
|
6cd480ee4a
|
removed unnecessary call to Html::url()
fixes #2466
|
11 years ago |
MarsuBoss
|
a1e30e8462
|
Fix URL Bootstrap
|
11 years ago |
Carsten Brandt
|
1b96342063
|
subwidgets should be rendered in the same view
|
11 years ago |
Qiang Xue
|
6b7209cc42
|
Fixes #1974.
|
11 years ago |
Carsten Brandt
|
afe5064508
|
replaced usages of $_GET with Request::queryParams
|
11 years ago |
Qiang Xue
|
d0d1e79c04
|
psr-4 change.
|
11 years ago |
Alexander Makarov
|
46768286b1
|
fixes #1593: fixed typo in Nav
|
11 years ago |
Qiang Xue
|
41685a2409
|
moved extensions under yii.
|
11 years ago |
Carsten Brandt
|
8be4f3778a
|
updated properties of extensions
|
11 years ago |
Kartik Visweswaran
|
998d0f71fa
|
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
Removed edited author ref.
|
11 years ago |
Kartik Visweswaran
|
158db15587
|
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
Updated tabs
|
11 years ago |
Kartik Visweswaran
|
1c2c7ca250
|
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
Corrected the example and doc to highlight allowed dropdown support in Bootstrap 3.
|
11 years ago |
Carsten Brandt
|
257c4fcb55
|
Added example for dividers to bootstrap Nav
fixes #1284
|
11 years ago |
Qiang Xue
|
83a937990c
|
moved bootstrap to extension
|
11 years ago |
Alexander Makarov
|
2ce09559a2
|
fixes #1055
|
11 years ago |
Alexander Makarov
|
1f6a823073
|
Short array syntax
|
11 years ago |
Alexander Makarov
|
240b42aa0c
|
fixed typo
|
11 years ago |
Qiang Xue
|
dd59dd1db7
|
doc fix.
|
11 years ago |
Carsten Brandt
|
7fa81949bf
|
various documentation changes
|
11 years ago |
Alexander Makarov
|
8a1bf04599
|
Fixes #790: added visible for Nav and Dropdown
|
11 years ago |
Qiang Xue
|
07a04c526e
|
Fixed Menu active item check.
|
11 years ago |