Browse Source

fixes #849

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
7ce6325de1
  1. 2
      framework/yii/bootstrap/Dropdown.php

2
framework/yii/bootstrap/Dropdown.php

@ -29,6 +29,8 @@ class Dropdown extends Widget
* - visible: boolean, optional, whether this menu item is visible. Defaults to true. * - visible: boolean, optional, whether this menu item is visible. Defaults to true.
* - linkOptions: array, optional, the HTML attributes of the item link. * - linkOptions: array, optional, the HTML attributes of the item link.
* - options: array, optional, the HTML attributes of the item. * - options: array, optional, the HTML attributes of the item.
*
* To insert divider use `<li role="presentation" class="divider"></li>`.
*/ */
public $items = []; public $items = [];
/** /**

Loading…
Cancel
Save