File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class BootstrapMenu extends QuickMenu
77 public function __construct ($ options = array ())
88 {
99 parent ::__construct ($ options );
10- $ this ->setDropDownIcon ('<i class="caret"></i> ' );
10+ $ this ->setDropdownIcon ('<i class="caret"></i> ' );
1111 $ this ->set ('ul-root ' , array ('class ' =>'nav navbar-nav ' , 'id ' =>'#myMenu ' ));
1212 $ this ->set ('ul ' , array ('class ' =>'dropdown-menu ' ));
1313 $ this ->set ('li-parent ' , array ('class ' =>'dropdown ' ));
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function set($name, $value)
4444 * Set dropdown icon for display with submenus
4545 * @param string $content Content for the dropdown icon (Html code)
4646 */
47- public function setDropDownIcon ($ content )
47+ public function setDropdownIcon ($ content )
4848 {
4949 $ this ->dropdownIcon = $ content ;
5050 }
Original file line number Diff line number Diff line change @@ -118,6 +118,12 @@ Set result from query database
118118* string $columnID The ID column name (Primary key)
119119* string $columnParent The column name for identify the parent item
120120
121+ ### setDropdownIcon($content)
122+ Set dropdown icon for display with submenus
123+
124+ ** Parameters:**
125+ * string $content Content for the dropdown icon (Html code)
126+
121127### set($name, $value)
122128Set the attributes for the tag vars
123129
You can’t perform that action at this time.
0 commit comments