JHTMLMenu: Difference between revisions
From Joomla! Documentation
No edit summary |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JHTMLMenu}} | |||
{{Description:JHTMLMenu}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 25: | Line 22: | ||
<source lang="php">jimport( 'joomla.html.html.menu' );</source> | <source lang="php">jimport( 'joomla.html.html.menu' );</source> | ||
{{subst:SeeAlso:JHTMLMenu}} | |||
{{SeeAlso:JHTMLMenu}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:21, 24 March 2017
{{subst:Description:JHTMLMenu}}
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' );
{{subst:SeeAlso:JHTMLMenu}}
Examples
<CodeExamplesForm />