JqxSwitchButton: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
== Output == | == Output == | ||
[[Category:Language Reference]] | |||
[[Category:jqWidgets]] | |||
[[Category:Controls]] |
Revision as of 21:58, 27 February 2013
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