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

From NSB App Studio
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