API17:JHtmlMenu::menuitemlist
From Joomla! Documentation
Description
Displays an HTML select list of menu items.
public static function 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 on line 139 of libraries/joomla/html/html/menu.php
See also
JHtmlMenu::menuitemlist source code on BitBucket
Class JHtmlMenu
Subpackage Html- Other versions of JHtmlMenu::menuitemlist
User contributed notes
Code Examples