API15

JHTMLMenu: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JHTMLMenu}} ===Defined in=== l...
 
m preparing for archive only
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JHTMLMenu|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JHTMLMenu}}
===Defined in===
===Defined in===
libraries/joomla/html/html/menu.php
libraries/joomla/html/html/menu.php
Line 21: Line 16:
|
|
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.html.html.menu' );</source>
<source lang="php">jimport( 'joomla.html.html.menu' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHTMLMenu|Edit See Also]]<nowiki>]</nowiki>
 
</span>
{{SeeAlso:JHTMLMenu}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JHTMLMenu
  category=JHTMLMenu
  category=CodeExample
  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