API17:JHtmlMenu
From Joomla! Documentation
Revision as of 13:52, 29 August 2012 by JoomlaWikiBot (Talk | contribs)
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.
JHtmlMenu
Description
Description:JHtmlMenu [Edit Descripton]
Methods
| 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
jimport( 'joomla.html.html.menu' );
See also
-
JHtmlMenu source code on BitBucket
-
Subpackage Html
- Other versions of JHtmlMenu
SeeAlso:JHtmlMenu [Edit See Also]
User contributed notes
<CodeExamplesForm />
