API17:JHtmlMenu
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/html/menu.php | libraries/joomla/html/html/menu.php | ||
| + | * see source code in [[jplatform:html/html/menu.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Html/11.1|Html]] | [[Subpackage Html/11.1|Html]] | ||
| Line 38: | Line 39: | ||
<source lang="php">jimport( 'joomla.html.html.menu' );</source> | <source lang="php">jimport( 'joomla.html.html.menu' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JHtmlMenu source code in [[jplatform:html/html/menu.php|BitBucket]] | ||
* [[JHtmlMenu|Other versions of this class]] | * [[JHtmlMenu|Other versions of this class]] | ||
{{SeeAlso:JHtmlMenu}} | {{SeeAlso:JHtmlMenu}} | ||
Revision as of 17:57, 23 April 2011
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
Defined in
libraries/joomla/html/html/menu.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| linkoptions | Build the multiple select list for Menu Links/Pages. |
| menuitemlist | Displays an HTML select list of menu items. |
| menuitems | Returns an array of menu items groups by menu. |
| menus | Get a list of the available menus. |
| ordering | Build the select list for Menu Ordering. |
| treerecurse |
Importing
jimport( 'joomla.html.html.menu' );
See also
- JHtmlMenu source code in BitBucket
- Other versions of this class
SeeAlso:JHtmlMenu [Edit See Also]
Examples
<CodeExamplesForm />
