API17:JHtmlSelect::optgroup
From Joomla! Documentation
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.
JHtmlSelect::optgroup
Description
Create a placeholder for an option group.
Description:JHtmlSelect::optgroup [Edit Descripton]
Synopsis
public static JHtmlSelect::optgroup ($text, $optKey= 'value', $optText= 'text')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | string | The text for the option | |
| $optKey | string | 'value' | The returned object property name for the value |
| $optText | string | 'text' | The returned object property name for the text |
Returns
object
Defined in
libraries/joomla/html/html/select.php (line 342)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
