Browse Source

updated properties of extensions

tags/2.0.0-alpha 2.0.0-alpha
Carsten Brandt 12 years ago
parent
commit
efef49b381
  1. 8
      Nav.php

8
Nav.php

@ -14,7 +14,7 @@ use yii\helpers\Html;
/** /**
* Nav renders a nav HTML component. * Nav renders a nav HTML component.
* *
* For example: * For example:
* *
* ```php * ```php
@ -37,12 +37,12 @@ use yii\helpers\Html;
* ], * ],
* ]); * ]);
* ``` * ```
* *
* Note: Multilevel dropdowns beyond Level 1 are not supported in Bootstrap 3. * Note: Multilevel dropdowns beyond Level 1 are not supported in Bootstrap 3.
* *
* @see http://getbootstrap.com/components.html#dropdowns * @see http://getbootstrap.com/components.html#dropdowns
* @see http://getbootstrap.com/components/#nav * @see http://getbootstrap.com/components/#nav
* *
* @author Antonio Ramirez <amigo.cobos@gmail.com> * @author Antonio Ramirez <amigo.cobos@gmail.com>
* @since 2.0 * @since 2.0
*/ */

Loading…
Cancel
Save