API17:JHtmlSelect::radiolist
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::radiolist
Description
Generates an HTML radio list.
Description:JHtmlSelect::radiolist [Edit Descripton]
Synopsis
public static JHtmlSelect::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 in
libraries/joomla/html/html/select.php (line 642)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JHtmlSelect::radiolist
Examples
<CodeExamplesForm />
