HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/element.php'; |
void constructor HTML_QuickForm_element::HTML_QuickForm_element (
string $elementName = NULL
, mixed $elementLabel = NULL
, mixed $attributes = NULL
)
This package is not documented yet.
Name of the element
Label(s) for the element
Associative array of tag attributes or HTML attributes name="value" pairs
throws no exceptions thrown
see setName(), setLabel()
since 1.0
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |