X-Git-Url: https://git.mdrn.pl/ReadingsJQM.git/blobdiff_plain/60900941226faba2b267e9692fa805bb9a7bdeed..9d45878a056b9dacf25c1b13172b7566a9fbb1c1:/js/mobileinit.js diff --git a/js/mobileinit.js b/js/mobileinit.js index 2721829..2ea2645 100644 --- a/js/mobileinit.js +++ b/js/mobileinit.js @@ -9,7 +9,32 @@ */ $(document).bind('mobileinit', function(event){ // apply overrides here - - - + //$.mobile.loadingMessage = "Loading ..."; + //$.mobile.loadingMessageTheme = "a" + //$.mobile.loadingMessageTextVisible = false; + //$.mobile.pageLoadErrorMessage = "Error Loading Page" + //$.mobile.pageLoadErrorMessageTheme = "e" + + // Navigation + //$.mobile.page.prototype.options.backBtnText = "Go back"; + //$.mobile.page.prototype.options.addBackBtn = true; + //$.mobile.page.prototype.options.backBtnTheme = "d"; + + // Page + //$.mobile.page.prototype.options.headerTheme = "a"; // Page header only + //$.mobile.page.prototype.options.contentTheme = "c"; + //$.mobile.page.prototype.options.footerTheme = "a"; + + // Listviews + //$.mobile.listview.prototype.options.headerTheme = "a"; // Header for nested lists + //$.mobile.listview.prototype.options.theme = "c"; // List items / content + //$.mobile.listview.prototype.options.dividerTheme = "d"; // List divider + //$.mobile.listview.prototype.options.splitTheme = "c"; + //$.mobile.listview.prototype.options.countTheme = "c"; + //$.mobile.listview.prototype.options.filterTheme = "c"; + //$.mobile.listview.prototype.options.filterPlaceholder = "Filter data..."; + + //$.mobile.dialog.prototype.options.theme + //$.mobile.selectmenu.prototype.options.menuPageTheme + //$.mobile.selectmenu.prototype.options.overlayTheme }); \ No newline at end of file