mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added flipswitch options
This commit is contained in:
Vendored
+13
@@ -143,6 +143,18 @@ interface SliderEvents {
|
||||
slidestop?: JQueryMobileEvent;
|
||||
}
|
||||
|
||||
interface FlipswitchOptions {
|
||||
corners?: boolean;
|
||||
defaults?: boolean;
|
||||
disabled?: boolean;
|
||||
enhanced?: boolean;
|
||||
mini?: boolean;
|
||||
offText?: string;
|
||||
onText?: string;
|
||||
theme?: string;
|
||||
wrapperClass?: string;
|
||||
}
|
||||
|
||||
interface CheckboxRadioOptions {
|
||||
mini?: boolean;
|
||||
theme?: string;
|
||||
@@ -416,6 +428,7 @@ interface JQuery {
|
||||
|
||||
flipswitch(): JQuery;
|
||||
flipswitch(command: string): JQuery;
|
||||
flipswitch(options: FlipswitchOptions): JQuery;
|
||||
|
||||
checkboxradio(): JQuery;
|
||||
checkboxradio(command: string): JQuery;
|
||||
|
||||
Reference in New Issue
Block a user