API17

Difference between revisions of "JHtmlMenu::menuitemlist"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 48: Line 48:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlMenu::menuitemlist source code''' on [[jplatform:html/html/menu.php#cl-131|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlMenu::menuitemlist source code''' on [[jplatform:html/html/menu.php#cl-131|BitBucket]]
* {{JVer|11.1}} Class [[JHtmlMenu/11.1|JHtmlMenu]]
+
* {{JVer|11.1}} Class [[API17:JHtmlMenu|JHtmlMenu]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlMenu::menuitemlist|Other versions of JHtmlMenu::menuitemlist]]
+
* [[API17:JHtmlMenu::menuitemlist|Other versions of JHtmlMenu::menuitemlist]]
 
{{SeeAlso:JHtmlMenu::menuitemlist}}
 
{{SeeAlso:JHtmlMenu::menuitemlist}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:55, 11 May 2013

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]

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

Template:SeeAlso:JHtmlMenu::menuitemlist [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />