JHTMLSelect/1.5
From Joomla! Documentation
[Edit Descripton] Description:JHTMLSelect
Defined in
libraries/joomla/html/html/select.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| booleanlist | Generates a yes/no radio list. |
| genericlist | Generates an HTML select list. |
| integerlist | Generates a select list of integers. |
| optgroup | |
| option | |
| options | Generates just the option tags for an HTML select list. |
| radiolist | Generates an HTML radio list. |
Importing
jimport( 'joomla.html.html.select' );
See also
[Edit See Also] SeeAlso:JHTMLSelect
Examples
<CodeExamplesForm />