API17

Difference between revisions of "JHtmlSelect"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/html/html/select.php
 
libraries/joomla/html/html/select.php
 +
* see source code in [[jplatform:html/html/select.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
[[Subpackage Html/11.1|Html]]
Line 44: Line 45:
 
<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 in [[jplatform:html/html/select.php|BitBucket]]
 
* [[JHtmlSelect|Other versions of this class]]
 
* [[JHtmlSelect|Other versions of this class]]
 
{{SeeAlso:JHtmlSelect}}
 
{{SeeAlso:JHtmlSelect}}

Revision as of 17:58, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JHtmlSelect

Defined in[edit]

libraries/joomla/html/html/select.php

Subpackage[edit]

Html

Extends[edit]

Extended by[edit]

Methods[edit]

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[edit]

jimport( 'joomla.html.html.select' );

See also[edit]

Template:SeeAlso:JHtmlSelect [Edit See Also]

Examples[edit]

<CodeExamplesForm />