Class Index | File Index

Classes

Class ox.UI.Input

A text input field.
Defined in: configuration.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ox.UI.Input(label)
Field Summary
Field Attributes Field Name and Description
 
The default value of the input field, which is used when the model does not contain the field for this input field.
 
The type attribute of the HTML input element.
Method Summary
Method Attributes Method Name and Description
 
get()
Returns the current value of the input field.
 
Change event
 
set(value)
Sets the value of the input field.
Class Detail
ox.UI.Input(label)
Parameters:
{I18nString} label
The label for the input field.
Field Detail
default_value
The default value of the input field, which is used when the model does not contain the field for this input field.
Default Value:
an empty string

{String} inputType
The type attribute of the HTML input element.
Default Value:
"text"
Method Detail
{String} get()
Returns the current value of the input field.

onChange(e)
Change event
Parameters:
e

set(value)
Sets the value of the input field.
Parameters:
{String} value

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jan 30 2012 16:58:00 GMT+0100 (CET)