JHTMLMenu: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHTMLMenu}}
===Defined in===
l... |
No edit summary |
||
| Line 21: | Line 21: | ||
| | | | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.menu' );</source> | <source lang="php">jimport( 'joomla.html.html.menu' );</source> | ||
Revision as of 17:27, 25 March 2010
[Edit Descripton] Template: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' );
[Edit See Also] Template:SeeAlso:JHTMLMenu
Examples
<CodeExamplesForm />