|
HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|


Public Member Functions | |
| init () | |
| getDividerCssClass () | |
| getDropdownCssClass () | |
| isVertical () | |
Public Attributes | |
| const | TYPE_TABS = 'tabs' |
| const | TYPE_PILLS = 'pills' |
| const | TYPE_LIST = 'list' |
| const | TYPE_NAVBAR = 'navbar' |
| $type | |
| $scrollspy | |
| $stacked = false | |
| $justified = false | |
| $dropup = false | |
Additional Inherited Members | |
Protected Member Functions inherited from TbBaseMenu | |
| renderMenu ($items) | |
| renderMenuItem ($item) | |
| normalizeItems ($items, $route, &$active) | |
Definition at line 19 of file TbMenu.php.
| TbMenu::getDividerCssClass | ( | ) |
Returns the divider css class.
Reimplemented from TbBaseMenu.
Definition at line 106 of file TbMenu.php.
| TbMenu::getDropdownCssClass | ( | ) |
Returns the dropdown css class.
Reimplemented from TbBaseMenu.
Definition at line 118 of file TbMenu.php.
| TbMenu::init | ( | ) |
| TbMenu::isVertical | ( | ) |
Returns whether this is a vertical menu.
Reimplemented from TbBaseMenu.
Definition at line 130 of file TbMenu.php.
| TbMenu::$dropup = false |
Definition at line 53 of file TbMenu.php.
| TbMenu::$justified = false |
Definition at line 47 of file TbMenu.php.
| TbMenu::$scrollspy |
Definition at line 37 of file TbMenu.php.
| TbMenu::$stacked = false |
Definition at line 42 of file TbMenu.php.
| TbMenu::$type |
Definition at line 32 of file TbMenu.php.
| const TbMenu::TYPE_LIST = 'list' |
Definition at line 24 of file TbMenu.php.
| const TbMenu::TYPE_NAVBAR = 'navbar' |
Definition at line 25 of file TbMenu.php.
| const TbMenu::TYPE_PILLS = 'pills' |
Definition at line 23 of file TbMenu.php.
| const TbMenu::TYPE_TABS = 'tabs' |
Definition at line 22 of file TbMenu.php.