HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/checkbox.php'; |
void constructor HTML_QuickForm_checkbox::HTML_QuickForm_checkbox (
string $elementName = NULL
, string $elementLabel = NULL
, string $text = ''
, mixed $attributes = NULL
)
This package is not documented yet.
(optional)Input field name attribute
(optional)Input field label
(optional)Checkbox display text
(optional)Either a typical HTML attribute string or an associative array
throws no exceptions thrown
since 1.0
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |