API17

JHtmlSelect::radiolist

From Joomla! Documentation

Revision as of 21:08, 27 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlSelect::radiolist[edit]

Description[edit]

Generates an HTML radio list.

Template: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[edit]

Template:SeeAlso:JHtmlSelect::radiolist [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />