<wtui:control type="WTUI.DropDownControl"/>
The tag for WTUI.DropDownControl
Example:
<wtui:control type="WTUI.DropDownControl" id="exampleid" > <wtui:option value="1">One</wtui:option> <wtui:option value="2">Two</wtui:option> <wtui:control />
- Parameters:
-
id <String>(optional) The id of the drop down 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 -
onchange <Function>