JHtmlMenu: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/html/menu.php | libraries/joomla/html/html/menu.php | ||
| Line 32: | Line 30: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHtmlMenu | category=JHtmlMenu | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:46, 25 March 2017
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' );
Examples
Code Examples