PEAR logo

HTML_QuickForm_advmultiselect : The Definitive Guide

Name

constructor HTML_QuickForm_advmultiselect::HTML_QuickForm_advmultiselect — Class constructor

Synopsis

      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;

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 0.4.0

This function can not be called statically.

HTML_QuickForm_advmultiselect : The Definitive Guide v 1.1.0 : December 1, 2005