From: Andy Matthews Date: Sun, 12 Feb 2012 17:29:00 +0000 (-0600) Subject: Update js/mobileinit.js X-Git-Url: https://git.mdrn.pl/ReadingsJQM.git/commitdiff_plain/94fb0eedb97c76e80cf6137247e487f472fb8f07 Update js/mobileinit.js --- diff --git a/js/mobileinit.js b/js/mobileinit.js index 63fc340..5c32a07 100644 --- a/js/mobileinit.js +++ b/js/mobileinit.js @@ -9,26 +9,26 @@ */ $(document).bind('mobileinit', function(event){ // apply overrides here - // 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 + // 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