HTML_QuickForm_select::setSize()
HTML_QuickForm_select::setSize() -- Sets the select field size, only applies to 'multiple' selects
概要
require_once 'HTML/QuickForm/select.php'; |
void HTML_QuickForm_select::setSize (int $size)
パラメータ
- integer
$size
Size of select field
例外・エラー
throws no exceptions thrown
注意
since 1.0
この関数は、スタティックにコールする
ことはできません。