| HTML_QuickForm::updateElementAttr() | |
| PEAR Manual | |
require_once 'HTML/QuickForm/input.php';
|
void constructor HTML_QuickForm_input::HTML_QuickForm_input (
string $elementName = NULL
, mixed $elementLabel = NULL
, mixed $attributes = NULL
)
This package is not documented yet.
Input field name attribute
Label(s) for the input field
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 | |