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]
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
SeeAlso:JHtmlSelect::radiolist [Edit See Also]
User contributed notes
<CodeExamplesForm />
