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 23: | Line 21: | ||
===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 00:52, 25 March 2017
Defined in
libraries/joomla/html/html/menu.php
Methods
| Method name | Description |
|---|---|
| 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