API16:JHtmlMenu
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JHtmlMenu
Contents |
Defined in
libraries/joomla/html/html/menu.php
Methods
| 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
jimport( 'joomla.html.html.menu' );
[Edit See Also] SeeAlso:JHtmlMenu
Examples
<CodeExamplesForm />
