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

TextArea Class Reference

Inheritance diagram for TextArea:

Inheritance graph
List of all members.

Detailed Description

A textarea form control.

This represents a textarea form control.

Definition at line 798 of file controls.php.

Public Member Functions

 TextArea ($value= '')
 The TextArea constructor.

 getValue ()
 Get the control's value.

 setValue ($value)
 Set the control's value.


Constructor & Destructor Documentation

TextArea::TextArea value = ''  ) 
 

The TextArea constructor.

Parameters:
$value the string representing the textarea content

Definition at line 804 of file controls.php.


Member Function Documentation

TextArea::getValue  ) 
 

Get the control's value.

An interface for retrieving a control's value. This should be overridden in a subclass to return a value.

Returns:
void

Reimplemented from ControlElement.

Definition at line 814 of file controls.php.

TextArea::setValue value  ) 
 

Set the control's value.

This sets the control's value and flags the control has having been updated.

Returns:
void

Reimplemented from ControlElement.

Definition at line 819 of file controls.php.


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