HTML_QuickForm_select::setSize()
HTML_QuickForm_select::setSize() – Sets the select field size, only applies to 'multiple' selects
Synopsis
require_once 'HTML/QuickForm/select.php';
void HTML_QuickForm_select::setSize (
int $size
)
Description
This package is not documented yet.
Parameter
-
integer
$size
-
Size of select field
Throws
throws no exceptions thrown
See
see getSize().
Note
since 1.0
This function can not be called statically.