API15

JHTMLMenu: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
No edit summary
m preparing for archive only
 
(One intermediate revision by the same user 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 25: Line 20:
<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