| HTML_QuickForm::updateElementAttr() | |
| PEAR Manual | |
require_once 'HTML/QuickForm/select.php';
|
void HTML_QuickForm_select::addOption (
string $text
, string $value
, mixed $attributes = NULL
)
This package is not documented yet.
Display text for the OPTION
Value for the OPTION
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 | |