Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

MultipleSelect Class Reference

Inheritance diagram for MultipleSelect:

Inheritance graph
List of all members.

Detailed Description

A combo box.

Definition at line 3030 of file controls.php.

Public Member Functions

 MultipleSelect ($choice=null)
 The MultipleSelect constructor.

 submitsMultipleValues ()
 Check whether this control submits multiple values.

 toString ()
 Get a human readable string representation of the element.


Constructor & Destructor Documentation

MultipleSelect::MultipleSelect choice = null  ) 
 

The MultipleSelect constructor.

Parameters:
$choice an array of choices with which to create Option controls

Definition at line 3036 of file controls.php.


Member Function Documentation

MultipleSelect::submitsMultipleValues  ) 
 

Check whether this control submits multiple values.

A control that submits multiple values is a control such as a checkbox or multiple select.

Returns:
true if the control is capable of submitting multiple values, false otherwise

Reimplemented from SelectElement.

Definition at line 3046 of file controls.php.

MultipleSelect::toString  ) 
 

Get a human readable string representation of the element.

Returns:
string

Reimplemented from XHTMLElement.

Definition at line 3055 of file controls.php.


The documentation for this class was generated from the following file:
Generated on Mon Feb 14 11:39:52 2005 for FormControls by doxygen 1.3.5