![]() HTML_QuickForm_advmultiselect : The Definitive Guide
|
constructor HTML_QuickForm_advmultiselect::HTML_QuickForm_advmultiselect
— Class constructor
require_once 'HTML/QuickForm/advmultiselect.php';
void constructor HTML_QuickForm_advmultiselect::HTML_QuickForm_advmultiselect( |
$elementName = NULL, | |
$elementLabel = NULL, | ||
$options = NULL, | ||
$attributes = NULL, | ||
$sort = NULL) ; |
string | $elementName = NULL; |
mixed | $elementLabel = NULL; |
mixed | $options = NULL; |
mixed | $attributes = NULL; |
integer | $sort = NULL; |
$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)
HTML_QuickForm_advmultiselect : The Definitive Guide | v 1.1.0 : December 1, 2005 |