WTUI Docs

WTUI  1.0.0

WTUI Docs > WTUI > WTUI.InOutControl
Search:
 
Filters

Class WTUI.InOutControl

An InOutControl

Tag

<wtui:control type="WTUI.DropDownControl"/>

The tag for WTUI.InOutControl

Example:

<wtui:control type="WTUI.InOutControl" id="exampleid" />
Parameters:
id <String> (optional) The id of the control
name <String> (optional) The name of the control if it is used within a form
options <String> (optional) A JSON encoded array of options
value <String> (optional) The value of the control

Methods

getValue

String getValue ( )

Get the value

Returns: String
The value

setValue

void setValue ( value )

Set the value

Parameters:
value <String> The value
Returns: void

WTUI