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