Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17607 программистов и 1866 роботов. Сейчас ищут 1711 программистов ...
HTML_QuickForm_select::setMultiple()
Вернуться к: Standard HTML elements
HTML_QuickForm_select::setMultiple()
HTML_QuickForm_select::setMultiple() – Sets the select mutiple attribute
Synopsis
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.
Parameter
- boolean $multiple
-
Whether the select supports multi-selections
Throws
throws no exceptions thrown
See
see getMultiple().
Note
since 1.2
This function can not be called statically.
Вернуться к: Standard HTML elements