HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/reset.php'; |
void constructor HTML_QuickForm_reset::HTML_QuickForm_reset (
string $elementName = NULL
, string $value = NULL
, mixed $attributes = NULL
)
This package is not documented yet.
(optional)Input field name attribute
(optional)Input field value
(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 | |