Skip to content

Commit 2439de7

Browse files
authored
add method setDropDownIcon($content)
1 parent 9e10817 commit 2439de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class BootstrapMenu extends QuickMenu
5353
public function __construct($options = array())
5454
{
5555
parent::__construct($options);
56-
$this->set('dropdownIcon', '<i class="caret"></i>');
56+
$this->setDropDownIcon('<i class="caret"></i>');
5757
$this->set('ul-root', array('class'=>'nav navbar-nav', 'id'=>'#myMenu'));
5858
$this->set('ul', array('class'=>'dropdown-menu'));
5959
$this->set('li-parent', array('class'=>'dropdown'));
@@ -124,4 +124,4 @@ Set the attributes for the tag vars
124124
* string $name Var name
125125
* mixed $value Var value
126126

127-
Var names: 'ul', 'ul-root', 'li', 'li-parent', 'a', 'a-parent', 'active-class'
127+
Var names: 'ul', 'ul-root', 'li', 'li-parent', 'a', 'a-parent', 'active-class'

0 commit comments

Comments
 (0)