API17

JHtmlMenu

From Joomla! Documentation

Revision as of 16:35, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlMenu[edit]

Description[edit]

Template:Description:JHtmlMenu [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static linkoptions Build the multiple select list for Menu Links/Pages.
public static menuitemlist Displays an HTML select list of menu items.
public static menuitems Returns an array of menu items groups by menu.
public static menus Get a list of the available menus.
public static ordering Build the select list for Menu Ordering.
public static treerecurse
  • Defined in libraries/joomla/html/html/menu.php

Importing[edit]

jimport( 'joomla.html.html.menu' );

See also[edit]

Template:SeeAlso:JHtmlMenu [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />