2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / config / pageTransition.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.defaultPageTransition = 'flow';
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">
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>defaultPageTransition is now "flow"</h2>
36                 <p>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
39                 </div><!-- /ui-body wrapper --> 
40 </div><!-- /page -->
41
42 </body>
43 </html>