mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #1013 from DickvdBrink/master
jQuery Mobile dialog and buttons
This commit is contained in:
Vendored
+7
-1
@@ -9,7 +9,9 @@
|
||||
interface JQueryMobileEvent { (event: Event, ui): void; }
|
||||
|
||||
interface DialogOptions {
|
||||
closeBtn?: string;
|
||||
closeBtnText?: string;
|
||||
corners?: boolean;
|
||||
initSelector?: string;
|
||||
overlayTheme?: string;
|
||||
}
|
||||
@@ -105,6 +107,8 @@ interface CollapsibleSetEvents {
|
||||
}
|
||||
|
||||
interface TextInputOptions {
|
||||
clearBtn?: boolean;
|
||||
clearBtnText?: string;
|
||||
disabled?: boolean;
|
||||
initSelector?: string;
|
||||
mini?: boolean;
|
||||
@@ -357,8 +361,10 @@ interface JQuery {
|
||||
|
||||
button(): JQuery;
|
||||
button(command: string): JQuery;
|
||||
buttonMarkup(options: ButtonOptions): JQuery;
|
||||
button(options?: ButtonOptions): JQuery;
|
||||
button(events: ButtonEvents): JQuery;
|
||||
|
||||
buttonMarkup(options?: ButtonOptions): JQuery;
|
||||
|
||||
collapsible(): JQuery;
|
||||
collapsible(command: string): JQuery;
|
||||
|
||||
Reference in New Issue
Block a user