HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/advcheckbox.php'; |
void constructor HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox (
string $elementName = NULL
, string $elementLabel = NULL
, string $text = NULL
, mixed $attributes = NULL
, mixed $values = NULL
)
This package is not documented yet.
(optional)Input field name attribute
(optional)Input field label
(optional)Text to put after the checkbox
(optional)Either a typical HTML attribute string or an associative array
(optional)Values to pass if checked or not checked
throws no exceptions thrown
since 1.0
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |