returns the current value of the control
string | the current value of the control |
{ view:"tabbar", type:"bottom", value:"one", options:[
{ id:"one", value:"One" },
{ id:"two", value:"Two"},
{ id:"three", value:"Three"}
]}
...
$$("tabbar1").getValue(); // returns "one"
The returned value of the control may be: