How to Get Button Pressed Effect on IPad with Stock or Jqwigets buttons.

From NSB App Studio
Revision as of 15:35, 14 August 2013 by Kaplanerkan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Function Button1_ontouchstart()
$("#Button1").jqxButton({ theme:"classic", width:"300", height:"100",roundedCorners:"jqx-rc-all", disabled:False });
$("#Button1").button("refresh");
End Function

Function Button1_ontouchend()
$("#Button1").jqxButton({ theme:"shinyblack", width:"300", height:"100",roundedCorners:"jqx-rc-all", disabled:False });
$("#Button1").button("refresh");
End Function