API16

JHtmlMenu: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JHtmlMenu}}
===Defined in===
===Defined in===
libraries/joomla/html/html/menu.php
libraries/joomla/html/html/menu.php
Line 32: Line 30:




{{subst: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 01:46, 25 March 2017

Defined in

libraries/joomla/html/html/menu.php

Methods

Method name Description
menus Get a list of the available menus.
menuitems Returns an array of menu items groups by menu.
menuitemlist Displays an HTML select list of menu items.
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