HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/select.php'; |
void constructor HTML_QuickForm_select::HTML_QuickForm_select (
string $elementName = NULL
, mixed $elementLabel = NULL
, mixed $options = NULL
, mixed $attributes = NULL
)
This package is not documented yet.
Select name attribute
Label(s) for the select
Data to be used to populate options
Either a typical HTML attribute string or an associative array
throws no exceptions thrown
see load().
since 1.0
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |