API17:JHtmlSelect
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 68: | Line 68: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlSelect]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHtmlSelect]]</noinclude> |
Revision as of 13:52, 29 August 2012
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.
JHtmlSelect
Description
Description:JHtmlSelect [Edit Descripton]
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
SeeAlso:JHtmlSelect [Edit See Also]
User contributed notes
<CodeExamplesForm />
