API17:JHtmlSelect
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JHtmlSelect== | ||
| + | ===Description=== | ||
| + | {{Description:JHtmlSelect}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JHtmlSelect|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlSelect|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSelect::booleanlist/11.1|booleanlist]] | |[[JHtmlSelect::booleanlist/11.1|booleanlist]] | ||
|Generates a yes/no radio list. | |Generates a yes/no radio list. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSelect::genericlist/11.1|genericlist]] | |[[JHtmlSelect::genericlist/11.1|genericlist]] | ||
|Generates an HTML selection list. | |Generates an HTML selection list. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSelect::groupedlist/11.1|groupedlist]] | |[[JHtmlSelect::groupedlist/11.1|groupedlist]] | ||
|Generates a grouped HTML selection list from nested arrays. | |Generates a grouped HTML selection list from nested arrays. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSelect::integerlist/11.1|integerlist]] | |[[JHtmlSelect::integerlist/11.1|integerlist]] | ||
|Generates a selection list of integers. | |Generates a selection list of integers. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSelect::optgroup/11.1|optgroup]] | |[[JHtmlSelect::optgroup/11.1|optgroup]] | ||
|Create a placeholder for an option group. | |Create a placeholder for an option group. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSelect::option/11.1|option]] | |[[JHtmlSelect::option/11.1|option]] | ||
|Create an object that represents an option in an option list. | |Create an object that represents an option in an option list. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSelect::options/11.1|options]] | |[[JHtmlSelect::options/11.1|options]] | ||
|Generates the option tags for an HTML select list (with no select tag surrounding the options). | |Generates the option tags for an HTML select list (with no select tag surrounding the options). | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlSelect::radiolist/11.1|radiolist]] | |[[JHtmlSelect::radiolist/11.1|radiolist]] | ||
|Generates an HTML radio list. | |Generates an HTML radio list. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/html/select.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.select' );</source> | <source lang="php">jimport( 'joomla.html.html.select' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JHtmlSelect source code | + | * {{JVer|11.1}} '''JHtmlSelect source code''' on [[jplatform:html/html/select.php|BitBucket]] |
| − | * [[JHtmlSelect|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]] |
| + | * [[JHtmlSelect|Other versions of JHtmlSelect]] | ||
{{SeeAlso:JHtmlSelect}} | {{SeeAlso:JHtmlSelect}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlSelect|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlSelect|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 59: | Line 65: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
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 />
