API17:JHtmlSelect
From Joomla! Documentation
JHtmlSelect
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | booleanlist | Generates a yes/no radio list. |
| public static | genericlist | Generates an HTML selection list. |
| public static | groupedlist | Generates a grouped HTML selection list from nested arrays. |
| public static | integerlist | Generates a selection list of integers. |
| public static | optgroup | Create a placeholder for an option group. |
| public static | option | Create an object that represents an option in an option list. |
| public static | options | Generates the option tags for an HTML select list (with no select tag surrounding the options). |
| public static | radiolist | Generates an HTML radio list. |
- Defined in libraries/joomla/html/html/select.php
Importing
jimport( 'joomla.html.html.select' );
See also
JHtmlSelect source code on BitBucket
Subpackage Html- Other versions of JHtmlSelect
User contributed notes
Code Examples