API17:JHtmlSelect::radiolist
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 63: | Line 63: | ||
string HTML for the select list | string HTML for the select list | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/html/html/select.php | + | libraries/joomla/html/html/select.php (line 642) |
| + | * see source code in [[jplatform:html/html/select.php#cl-642|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:44, 23 April 2011
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 />
