API17

API17:JHtmlSelect::options

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples