2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / pages / dialog.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 Framework - Dialog Example</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="dialog">
18         
19                 <div data-role="header" data-theme="d">
20                         <h1>Dialog</h1>
21
22                 </div>
23
24                 <div data-role="content" data-theme="c">
25                         <h1>Delete page?</h1>
26                         <p>This is a regular page, styled as a dialog. To create a dialog, just link to a normal page and include a transition and <code>data-rel="dialog"</code> attribute.</p>
27                         <a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="b">Sounds good</a>       
28                         <a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="c">Cancel</a>    
29                 </div>
30         </div>
31
32
33 </body>
34 </html>