API17:JHtmlSelect::options
From Joomla! Documentation
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::options
Description
Generates the option tags for an HTML select list (with no select tag surrounding the options).
Description:JHtmlSelect::options [Edit Descripton]
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
SeeAlso:JHtmlSelect::options [Edit See Also]
User contributed notes
<CodeExamplesForm />
