API15

API15:JHTMLSelect

From Joomla! Documentation

Defined in

libraries/joomla/html/html/select.php

Methods

Method name Description
option
optgroup
options Generates just the option tags for an HTML select list
genericlist Generates an HTML select list
integerlist Generates a select list of integers
radiolist Generates an HTML radio list
booleanlist Generates a yes/no radio list

Importing

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



Examples

Code Examples