void constructor HTML_QuickForm_advmultiselect::HTML_QuickForm_advmultiselect (
string
$elementName
= NULL
,
mixed
$elementLabel
= NULL
,
mixed
$options
= NULL
,
mixed
$attributes
= NULL
,
integer
$sort
= NULL
)
This package is not documented yet.
$elementName
Dual Select name attribute
$elementLabel
Label(s) for the select boxes
$options
Data to be used to populate options
$attributes
Either a typical HTML attribute string or an associative array
$sort
Either SORT_ASC for auto ascending arrange, SORT_DESC for auto descending arrange, or NULL for no sort (append at end: default)
throws no exceptions thrown
since version 0.4.0 (2005-06-25)
This function can not be called statically.