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. |
|
The TextArea constructor.
Definition at line 804 of file controls.php. |
|
Get the control's value. An interface for retrieving a control's value. This should be overridden in a subclass to return a value.
Reimplemented from ControlElement. Definition at line 814 of file controls.php. |
|
Set the control's value. This sets the control's value and flags the control has having been updated.
Reimplemented from ControlElement. Definition at line 819 of file controls.php. |