JHTMLSelect::radiolist/1.5

From Joomla! Documentation
Jump to: navigation, search

Joomla 1.5 JHTMLSelect::radiolist

Description

Generates an HTML radio list.

Description:JHTMLSelect::radiolist [Edit Descripton]

public function radiolist (
        $arr
        $name
        $attribs=null
        $key= 'value'
        $text= 'text'
        $selected=null
        $idtag=false
        $translate=false
)
Parameter Type Default Description
$arr array An array of objects
$name string The value of the HTML name attribute
$attribs string null Additional HTML attributes for the <select> tag
$key mixed 'value' The key that is selected
$text 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 217 of libraries/joomla/html/html/select.php

See also

SeeAlso:JHTMLSelect::radiolist [Edit See Also]

User contributed notes

<CodeExamplesForm />


Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox