API16:JHtmlSelect
From Joomla! Documentation
Defined in
libraries/joomla/html/html/select.php
Methods
| Method name | Description |
|---|---|
| booleanlist | Generates a yes/no radio list. |
| genericlist | Generates an HTML selection list. |
| groupedlist | Generates a grouped HTML selection list from nested arrays. |
| integerlist | Generates a selection list of integers. |
| optgroup | Create a placeholder for an option group. |
| option | Create an object that represents an option in an option list. |
| options | Generates the option tags for an HTML select list (with no select tag surrounding the options). |
| radiolist | Generates an HTML radio list. |
Importing
jimport( 'joomla.html.html.select' );
Examples
Code Examples