HTML_QuickForm_select::setMultiple()

HTML_QuickForm_select::setMultiple()

HTML_QuickForm_select::setMultiple() -- Sets the select mutiple attribute

Description

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.