API17:JHtmlSelect
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.
[Edit Descripton] Description:JHtmlSelect
Defined in
libraries/joomla/html/html/select.php
- see source code in BitBucket
Subpackage
Extends
Extended by
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' );
See also
- JHtmlSelect source code in BitBucket
- Other versions of this class
SeeAlso:JHtmlSelect [Edit See Also]
Examples
<CodeExamplesForm />
