HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/select.php'; |
void HTML_QuickForm_select::setMultiple (
bool $multiple
)
This method just adds or removes the multiple attribute of select depending on $multiple value.
Whether the select supports multi-selections
throws no exceptions thrown
see getMultiple().
since 1.2
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |