JHtmlMenu
From Joomla! Documentation
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Defined in[edit]
libraries/joomla/html/html/menu.php
Methods[edit]
Method name | Description |
---|---|
menus | Get a list of the available menus. |
menuitems | Returns an array of menu items groups by menu. |
menuitemlist | Displays an HTML select list of menu items. |
ordering | Build the select list for Menu Ordering |
linkoptions | Build the multiple select list for Menu Links/Pages |
treerecurse |
Importing[edit]
jimport( 'joomla.html.html.menu' );
Examples[edit]
Code Examples[edit]