DomTemplate


Dom_FormTextarea

Class Dom_FormTextarea

Dom_FormElement
|
+--Dom_FormTextarea

public class Dom_FormTextarea
extends Dom_FormElement

A class that handles a forms textarea element.


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

Method Detail

getValue

public string getValue()

Get the current text in the textarea


setValue

public void setValue(string value)

Set the value of this form element


DomTemplate