Added flipswitch widget.

This commit is contained in:
Dick van den Brink
2014-01-14 22:22:03 +01:00
parent e8b3b4c4ce
commit 2f06bb165b
+4
View File
@@ -355,6 +355,7 @@ interface JQueryMobile extends JQueryMobileOptions {
collapsibleset: any;
textinput: any;
slider: any;
flipswitch: any;
checkboxradio: any;
selectmenu: any;
listview: any;
@@ -411,6 +412,9 @@ interface JQuery {
slider(options: SliderOptions): JQuery;
slider(events: SliderEvents): JQuery;
flipswitch(): JQuery;
flipswitch(command: string): JQuery;
checkboxradio(): JQuery;
checkboxradio(command: string): JQuery;
checkboxradio(options: CheckboxRadioOptions): JQuery;