API17:JHtmlSelect::options
From Joomla! Documentation
JHtmlSelect::options
Description
Generates the option tags for an HTML select list (with no select tag surrounding the options).
public static function options (
$arr
$optKey= 'value'
$optText= 'text'
$selected=null
$translate=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $arr | string | The name of the object variable for the option text. | |
| $optKey | mixed | 'value' | The key that is selected (accepts an array or a string) |
| $optText | 'text' | ||
| $selected | null | ||
| $translate | false |
- Returns string HTML for the select list
- Defined on line 491 of libraries/joomla/html/html/select.php
See also
JHtmlSelect::options source code on BitBucket
Class JHtmlSelect
Subpackage Html- Other versions of JHtmlSelect::options
User contributed notes
Code Examples