From 30c94575c2ff56286d4a4d29c4cb50930680fe91 Mon Sep 17 00:00:00 2001
From: scottjehl
Date: Sun, 24 Jul 2011 22:21:16 -0400
Subject: [PATCH] updated docs to include autoInitializePage option. Fixes
#1391
---
docs/api/globalconfig.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html
index 7ee4d8a2..ec646750 100755
--- a/docs/api/globalconfig.html
+++ b/docs/api/globalconfig.html
@@ -82,6 +82,9 @@ $(document).bind("mobileinit", function(){
+ autoInitializePage (boolean, default: true):
+ When the DOM is ready, the framework should automatically call $.mobile.initializePage. If false, page will not initialize, and will be visually hidden until until $.mobile.initializePage is manually called.
+
subPageUrlKey (string, default: "ui-page"):
The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates to to example.html&ui-page=subpageIdentifier. The hash segment before &ui-page= is used by the framework for making an Ajax request to the URL where the sub-page exists.