API17:JHtmlMenu::menuitemlist
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 43: | Line 43: | ||
string | string | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/html/html/menu.php | + | libraries/joomla/html/html/menu.php (line 139) |
| + | * see source code in [[jplatform:html/html/menu.php#cl-139|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:43, 23 April 2011
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 (line 139)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JHtmlMenu::menuitemlist
Examples
<CodeExamplesForm />
