Class Index | File Index

Classes


Class ox.UI.TextArea

a multi-line text input area.
Defined in: configuration.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
get()
Returns the current value of the text area.
 
set(value)
Sets the value of the text area.
Class Detail
ox.UI.TextArea(label)
Parameters:
{I18nString} label
The label for the input field.
Method Detail
{String} get()
Returns the current value of the text area.

set(value)
Sets the value of the text area.
Parameters:
{String} value

Documentation generated by JsDoc Toolkit 2.0.2 on Tue Mar 16 2010 10:02:14 GMT+0100 (CET)