Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / config / touchOverflow.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
13         <script>
14         $(document).bind("mobileinit", function(){
15           $.mobile.touchOverflowEnabled = true;
16         });
17         </script>
18         
19         <script src="../../js/"></script>
20         
21
22 </head> 
23 <body> 
24
25         <div data-role="page">
26
27                 <div data-role="header" data-theme="f" data-position="fixed">
28                 <h1>Config applied</h1>
29                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
30                 <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
31         </div><!-- /header -->
32
33         <div data-role="content">
34                 
35                 <h2>touchOverflowEnabled is now active</h2>
36                 <p>The toolbar on this page should now be fixed, like a native toolbar. To test, hit the button below and browse the docs. Note that if a link causes a refresh, this setting will be lost and the default settings will be seen.</p>
37                 <a href="../../index.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Browse docs</a>
38                 <a href="../pages/touchoverflow.html" data-role="button" data-icon="arrow-r" data-iconpos="right">touchOverflow docs</a>
39         
40                 <h3>Some good pages to test out:</h3>
41                         <a href="../toolbars/bars-fixed.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Fixed toolbars</a>
42                         <a href="../toolbars/bars-fullscreen.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Fullscreen toolbars</a>
43                         <a href="../toolbars/footer-persist-a.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Fixed persistent footer</a>
44                         <a href="../pages/page-dialogs.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Dialogs &amp; transitions</a>
45                         
46                         
47                 </div><!-- /ui-body wrapper --> 
48 </div><!-- /page -->
49
50 </body>
51 </html>