Added navbar options and method.

This commit is contained in:
unknown
2013-09-05 15:32:03 +02:00
parent b97d1e29f3
commit e349b79cbd

View File

@@ -282,6 +282,10 @@ interface LoaderOptions {
textonly?: boolean;
}
interface NavbarOptions {
iconpos: string;
}
interface JQueryMobile extends JQueryMobileOptions {
changePage(to: any, options?: ChangePageOptions): void;
@@ -316,6 +320,7 @@ interface JQueryMobile extends JQueryMobileOptions {
checkboxradio;
selectmenu;
listview;
navbar(options?: NavbarOptions);
}
interface JQuerySupport {