Introduction | |
PEAR Manual | |
require_once 'HTML/QuickForm.php'; |
void HTML_QuickForm::updateElementAttr (
mixed $elements
, mixed $attrs
)
Updates Attributes for one or more elements
Warning |
This may not work for groups and group-based elements (date, hierselect). To ensure proper behaviour, you should update attributes of grouped elements manually. |
Array of element names/objects or string of elements to be updated
Array or string of html attributes
throws no exceptions thrown
since 2.10
This function can not be called statically.
Introduction | |
PEAR Manual | |