JHtmlMenu
From Joomla! Documentation
The "API17" 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.
JHtmlMenu[edit]
Description[edit]
Methods[edit]
Visibility | Method name | Description |
---|---|---|
public static | linkoptions | Build the multiple select list for Menu Links/Pages. |
public static | menuitemlist | Displays an HTML select list of menu items. |
public static | menuitems | Returns an array of menu items groups by menu. |
public static | menus | Get a list of the available menus. |
public static | ordering | Build the select list for Menu Ordering. |
public static | treerecurse |
- Defined in libraries/joomla/html/html/menu.php
Importing[edit]
jimport( 'joomla.html.html.menu' );
See also[edit]
JHtmlMenu source code on BitBucket
Subpackage Html
- Other versions of JHtmlMenu
User contributed notes[edit]
Code Examples[edit]