Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / config / index.html
1 <!DOCTYPE html> 
2 <html>
3         <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width, initial-scale=1"> 
6         <title>jQuery Mobile Docs - Configuration</title> 
7         <link rel="stylesheet"  href="../../css/themes/default/jquery.mobile.css" />  
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9
10         <script src="../../js/jquery.js"></script>
11         <script src="../../docs/_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13
14 </head> 
15 <body> 
16
17         <div data-role="page" class="type-index">
18
19                 <div data-role="header" data-theme="f">
20                 <h1>Pages</h1>
21                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
22                 <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
23         </div><!-- /header -->
24
25         <div data-role="content">
26                                 <h2>Global config tests</h2>
27                                 <p>The following links will cause a full page refresh so that the global options configuration can take effect. Each link below will tweak a different option for quick testing.</p>
28
29                         
30                 <ul data-role="listview" data-inset="true">
31                         <li>
32                                 <a href="pushState.html" data-ajax="false">
33                                 <h3>pushStateEnabled - False</h3>
34                                 <p>Enhancement to use history.replaceState in supported browsers, to convert the hash-based Ajax URL into the full document path. </p>
35                                 </a>
36                         </li>
37                         <li>
38                                 <a href="pageTransition.html" data-ajax="false">
39                                 <h3>defaultPageTransition - Flow</h3>
40                                 <p>Set the default transition for page changes that use Ajax. Set to 'none' for no transitions by default.</p>
41                                 </a>
42                         </li>
43                         <li>
44                                 <a href="dialogTransition.html" data-ajax="false">
45                                 <h3>defaultDialogTransition - Flip</h3>
46                                 <p>Set the default transition for dialog changes that use Ajax. Set to 'none' for no transitions by default.</p>
47                                 </a>
48                         </li>
49                         <li>
50                                 <a href="minScrollBack.html" data-ajax="false">
51                                 <h3>minScrollBack - 999</h3>
52                                 <p>Minimum scroll distance that will be remembered when returning to a page.</p>
53                                 </a>
54                         </li>
55                         <li>
56                                 <a href="loadingMessage.html" data-ajax="false">
57                                 <h3>loadingMessage - false</h3>
58                                 <p>Set the text that appears when a page is loading. If set to false, the message will not appear at all.</p>
59                                 </a>
60                         </li>
61                         <li>
62                                 <a href="loadingMessageTextVisible.html" data-ajax="false">
63                                 <h3>loadingMessageTextVisible - true</h3>
64                                 <p>Show text in the page loader.  This page also demonstrates options for ad hoc message generation.</p>
65                                 </a>
66                         </li>
67                         <li>
68                                 <a href="pageLoadErrorMessage.html" data-ajax="false">
69                                 <h3>pageLoadErrorMessage - "Yikes, we broke the internet!"</h3>
70                                 <p>Set the text that appears when a page fails to load through Ajax.</p>
71                                 </a>
72                         </li>
73                         <li>
74                                 <a href="iOSFullscreen.html" data-ajax="false">
75                                 <h3>apple-mobile-web-app-capable meta tag</h3>
76                                 <p>View the docs without browser chrome in iOS.</p>
77                                 </a>
78                         </li>
79                 </ul>
80                 
81
82                 </div><!-- /ui-body wrapper --> 
83 </div><!-- /page -->
84
85 </body>
86 </html>