API17

JHtmlMenu::menuitemlist

From Joomla! Documentation

Revision as of 20:43, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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::menuitemlist[edit]

Description[edit]

Displays an HTML select list of menu items.

Template:Description:JHtmlMenu::menuitemlist [Edit Descripton]

Synopsis[edit]

public static JHtmlMenu::menuitemlist ($name, $selected=null, $attribs=null, $config=array())
Parameter Type Default Description
$name string The name of the control.
$selected string null The value of the selected option.
$attribs string null Attributes for the control.
$config array array() An array of options for the control.

Returns[edit]

string

Defined in[edit]

libraries/joomla/html/html/menu.php (line 139)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHtmlMenu::menuitemlist

Examples[edit]

<CodeExamplesForm />