mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Added Controlgroup settings and methods
This commit is contained in:
12
jquerymobile/jquerymobile.d.ts
vendored
12
jquerymobile/jquerymobile.d.ts
vendored
@@ -190,6 +190,14 @@ interface NavbarOptions {
|
||||
iconpos: string;
|
||||
}
|
||||
|
||||
interface ControlgroupOptions {
|
||||
corners?: boolean;
|
||||
excludeInvisible?: boolean;
|
||||
mini?: boolean;
|
||||
shadow?: boolean;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
interface JQueryMobileOptions {
|
||||
activeBtnClass?: string;
|
||||
activePageClass?: string;
|
||||
@@ -392,6 +400,10 @@ interface JQuery {
|
||||
|
||||
table(): JQuery;
|
||||
table(command: string): JQuery;
|
||||
|
||||
controlgroup(): JQuery;
|
||||
controlgroup(command: string): JQuery;
|
||||
controlgroup(options: ControlgroupOptions): JQuery;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user