JHTMLSelect::optgroup/1.5
From Joomla! Documentation
JHTMLSelect::optgroup
Description
Description:JHTMLSelect::optgroup [Edit Descripton]
public function optgroup ( $text $value_name= 'value' $text_name= 'text' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | string | The text for the option | |
| $value_name | string | 'value' | The returned object property name for the value |
| $text_name | string | 'text' | The returned object property name for the text |
- Returns object
- Defined on line 48 of libraries/joomla/html/html/select.php
See also
-
JHTMLSelect::optgroup on api.joomla.org
-
JHTMLSelect source code on JoomlaCode
-
Class JHTMLSelect
-
Subpackage Html
- Other versions of JHTMLSelect::optgroup
SeeAlso:JHTMLSelect::optgroup [Edit See Also]
User contributed notes
<CodeExamplesForm />