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.3.2 on Mon Jan 30 2012 16:58:00 GMT+0100 (CET)