API17:JHtmlSelect::radiolist
From Joomla! Documentation
JHtmlSelect::radiolist
Description
Generates an HTML radio list.
public static function radiolist (
$data
$name
$attribs=null
$optKey= 'value'
$optText= 'text'
$selected=null
$idtag=false
$translate=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | array | An array of objects | |
| $name | string | The value of the HTML name attribute | |
| $attribs | string | null | Additional HTML attributes for the <select> tag |
| $optKey | mixed | 'value' | The key that is selected |
| $optText | string | 'text' | The name of the object variable for the option value |
| $selected | string | null | The name of the object variable for the option text |
| $idtag | false | ||
| $translate | false |
- Returns string HTML for the select list
- Defined on line 648 of libraries/joomla/html/html/select.php
See also
JHtmlSelect::radiolist source code on BitBucket
Class JHtmlSelect
Subpackage Html- Other versions of JHtmlSelect::radiolist
User contributed notes
Code Examples