sfWidgetFormSelectRadio represents radio HTML tags.
Method Summary
-
configure($options = array(), $attributes = array())
Constructor.
-
formatChoices($name, $value, $choices, $attributes)
-
formatter($widget, $inputs)
-
string
render($name, $value = null, $attributes = array(), $errors = array())
-
__clone()
fixFormId , generateId , generateTwoCharsRange , getDefault , getIdFormat , getLabel , isHidden , needsMultipartForm , renderContentTag , renderTag , setDefault , setHidden , setIdFormat , setLabel , __construct
Methods inherited from sfWidget
addOption , addRequiredOption , attributesToHtml , attributesToHtmlCallback , configure , escapeOnce , fixDoubleEscape , getAttribute , getAttributes , getCharset , getJavaScripts , getOption , getOptions , getRequiredOptions , getStylesheets , hasOption , isXhtml , render , renderContentTag , renderTag , setAttribute , setAttributes , setCharset , setOption , setOptions , setXhtml , __construct
Method Details
-
configure ($options = array(), $attributes = array())
Browse code
| $options |
An array of options
|
| $attributes |
An array of default HTML attributes
|
Constructor.
Available options: * choices: An array of possible choices (required)
* label_separator: The separator to use between the input radio and the label
* separator: The separator to use between each input radio
* class: The class to use for the main
-
formatChoices ($name, $value, $choices, $attributes)
Browse code
| $name |
|
| $value |
|
| $choices |
|
| $attributes |
|
-
formatter ($widget, $inputs)
Browse code
-
(string) render ($name, $value = null, $attributes = array(), $errors = array())
Browse code
| $name |
The element name
|
| $value |
The value selected in this widget
|
| $attributes |
An array of HTML attributes to be merged with the default HTML attributes
|
| $errors |
An array of errors for the field
|
returns An HTML tag string
-
|