JqxSwitchButton

From NSB App Studio
Revision as of 21:37, 4 January 2013 by Ghenne (talk | contribs) (→‎Example)
Jump to navigation Jump to search

Description

The jqxSwitchButton represents a button widget that switches its checked state after a click. It is very similar to the jqxToggleButton, but it has different UI look.

Properties and Methods

See the complete documentation at jqWidget's site: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxbutton/jquery-button-getting-started.htm

Example

Function SwitchButton1_onchange()
  MsgBox "Changed!"
End Function

Output