constructor HTML_QuickForm_advmultiselect::HTML_QuickForm_advmultiselect
Вернуться к: Creating the form element
constructor HTML_QuickForm_advmultiselect::HTML_QuickForm_advmultiselect
Synopsis
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.
Parameter
- string $elementName
-
Dual Select name attribute
- mixed $elementLabel
-
Label(s) for the select boxes
- mixed $options
-
Data to be used to populate options
- mixed $attributes
-
Either a typical HTML attribute string or an associative array
- integer $sort
-
Either SORT_ASC for auto ascending arrange, SORT_DESC for auto descending arrange, or NULL for no sort (append at end: default)
Throws
throws no exceptions thrown
Note
since version 0.4.0 (2005-06-25)
This function can not be called statically.
Вернуться к: Creating the form element