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)

Beschreibung

This method just adds or removes the multiple attribute of select depending on $multiple value.

Parameter

boolean $multiple

Whether the select supports multi-selections

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see getMultiple().

Hinweise

since 1.2

Diese Methode kann nicht statisch aufgerufen werden.