HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/hiddenselect.php'; |
void constructor HTML_QuickForm_hiddenselect::HTML_QuickForm_hiddenselect (
string $elementName = NULL
, mixed $elementLabel = NULL
, mixed $options = NULL
, mixed $attributes = NULL
)
Note that some parameters are unused, as the element is in fact hidden.
Select name attribute
Label(s) for the select (not used)
Data to be used to populate options
Either a typical HTML attribute string or an associative array (not used)
throws no exceptions thrown
since 1.0
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |