JHTMLMenu/1.5
From Joomla! Documentation
< JHTMLMenu(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 30: | Line 30: | ||
<source lang="php">jimport( 'joomla.html.html.menu' );</source> | <source lang="php">jimport( 'joomla.html.html.menu' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JHTMLMenu''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JHTMLMenu''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JHTMLMenu.html api.joomla.org] |
* {{JVer|1.5}} '''JHTMLMenu source code''' on [[jframework15:html/html/menu.php|JoomlaCode]] | * {{JVer|1.5}} '''JHTMLMenu source code''' on [[jframework15:html/html/menu.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
Latest revision as of 16:02, 13 February 2013
[edit]
JHTMLMenu
[edit] Description
Description:JHTMLMenu [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | linkoptions | Build the multiple select list for Menu Links/Pages. |
| public | ordering | Build the select list for Menu Ordering. |
| public | treerecurse |
- Defined in libraries/joomla/html/html/menu.php
[edit] Importing
jimport( 'joomla.html.html.menu' );
[edit] See also
-
JHTMLMenu on api.joomla.org
-
JHTMLMenu source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTMLMenu
SeeAlso:JHTMLMenu [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />