API17

Difference between revisions of "JHtmlSelect::groupedlist"

From Joomla! Documentation

m (JoomlaWikiBot moved page JHtmlSelect::groupedlist/11.1 to API17:JHtmlSelect::groupedlist without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 42: Line 42:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlSelect::groupedlist source code''' on [[jplatform:html/html/select.php#cl-158|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlSelect::groupedlist source code''' on [[jplatform:html/html/select.php#cl-158|BitBucket]]
* {{JVer|11.1}} Class [[JHtmlSelect/11.1|JHtmlSelect]]
+
* {{JVer|11.1}} Class [[API17:JHtmlSelect|JHtmlSelect]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlSelect::groupedlist|Other versions of JHtmlSelect::groupedlist]]
+
* [[API17:JHtmlSelect::groupedlist|Other versions of JHtmlSelect::groupedlist]]
 
{{SeeAlso:JHtmlSelect::groupedlist}}
 
{{SeeAlso:JHtmlSelect::groupedlist}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 60: Line 60:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JHtmlSelect]][[Category:JHtmlSelect::groupedlist]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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

Description[edit]

Generates a grouped HTML selection list from nested arrays.

Template:Description:JHtmlSelect::groupedlist [Edit Descripton]

public static function groupedlist (
        $data
        $name
        $options=array
)
Parameter Type Default Description
$data If a group has unprocessable contents.
$name string The value of the HTML name attribute
$options array array() Options, an array of key/value pairs. Valid options are: Format options, {
  • Returns string HTML for the select list
  • Defined on line 166 of libraries/joomla/html/html/select.php

See also[edit]

Template:SeeAlso:JHtmlSelect::groupedlist [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />