JHTMLSelect/1.5
From Joomla! Documentation
< JHTMLSelect(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 46: | Line 46: | ||
<source lang="php">jimport( 'joomla.html.html.select' );</source> | <source lang="php">jimport( 'joomla.html.html.select' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JHTMLSelect''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JHTMLSelect''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JHTMLSelect.html api.joomla.org] |
* {{JVer|1.5}} '''JHTMLSelect source code''' on [[jframework15:html/html/select.php|JoomlaCode]] | * {{JVer|1.5}} '''JHTMLSelect source code''' on [[jframework15:html/html/select.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
Latest revision as of 16:02, 13 February 2013
[edit]
JHTMLSelect
[edit] Description
Description:JHTMLSelect [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | booleanlist | Generates a yes/no radio list. |
| public | genericlist | Generates an HTML select list. |
| public | integerlist | Generates a select list of integers. |
| public | optgroup | |
| public | option | |
| public | options | Generates just the option tags for an HTML select list. |
| public | radiolist | Generates an HTML radio list. |
- Defined in libraries/joomla/html/html/select.php
[edit] Importing
jimport( 'joomla.html.html.select' );
[edit] See also
-
JHTMLSelect on api.joomla.org
-
JHTMLSelect source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTMLSelect
SeeAlso:JHTMLSelect [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />