constructor HTML_QuickForm_radio()
Вернуться к: Standard HTML elements
constructor HTML_QuickForm_radio()
Synopsis
void constructor HTML_QuickForm_radio::HTML_QuickForm_radio ( string $elementName = null , mixed $elementLabel = null , string $text = null , string $value = null , mixed $attributes = null )
This package is not documented yet.
Parameter
- string $elementName
-
Input field name attribute
- mixed $elementLabel
-
Label(s) for a field
- string $text
-
Text to display near the radio
- string $value
-
Input field value
- mixed $attributes
-
Either a typical HTML attribute string or an associative array
Throws
throws no exceptions thrown
Note
since 1.0
This function can not be called statically.
Вернуться к: Standard HTML elements