constructor HTML_QuickForm_advmultiselect::HTML_QuickForm_advmultiselect

constructor HTML_QuickForm_advmultiselect::HTML_QuickForm_advmultiselect() – Class constructor

Synopsis

require_once 'HTML/QuickForm/advmultiselect.php';

void constructor HTML_QuickForm_advmultiselect::HTML_QuickForm_advmultiselect ( string $elementName = NULL , mixed $elementLabel = NULL , mixed $options = NULL , mixed $attributes = NULL , integer $sort = NULL )

Description

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 (Previous) Loads options from different types of data sources (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.