API17:JHtmlMenu::menuitemlist
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Description
Displays an HTML select list of menu items.
Description:JHtmlMenu::menuitemlist [Edit Descripton]
Synopsis
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
string
Defined in
libraries/joomla/html/html/menu.php
Referenced by
See also
SeeAlso:JHtmlMenu::menuitemlist
Examples
<CodeExamplesForm />
