Dom_FormElement
|
+--Dom_FormTextarea
public class Dom_FormTextarea
extends Dom_FormElement
| Fields inherited from Dom_FormElement | |
|---|---|
| element, form | |
| Method Summary | |
|---|---|
| string | getValue() Get the current text in the textarea |
| void | setValue(string value) Set the value of this form element |
| Methods inherited from Dom_FormElement | |
|---|---|
| disable, getAttribute, getForm, getName, getNode, getTemplate, getType, getValue, isDisabled, setAttribute, setName, setValue | |
public string getValue()
Get the current text in the textarea
public void setValue(string value)
Set the value of this form element
A class that handles a forms textarea element.