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