41bff2f9ad5d2fe702f7b63b0d8f230f8304fd0d
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / docs / pages / dialog-overlay.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/" />  
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9         <script src="../../js/jquery.js"></script>
10         <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
11         <script src="../_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13 </head> 
14 <body> 
15
16         <div data-role="page" data-overlay-theme="e">
17                 <div data-role="header" data-theme="b">
18                         <h1>Dialog</h1>
19                 </div>
20
21                 <div data-role="content" data-theme="d">
22                         <h1>Custom overlay</h1>
23                         <p>This dialog adds <code>data-overlay-theme="e"</code> to the page container to set the overlay swatch color.</p>
24                         <a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="a" data-inline="true">I like it</a>       
25                 </div>
26                 
27                 <div data-role="footer" data-theme="c">
28                         <form style="padding-top:4px;">
29                         <input type="checkbox" name="checkbox-0" id="checkbox-0" class="custom" />
30                         <label for="checkbox-0">Don't show this message again </label>
31                         </form>
32                 </div>
33         </div>
34
35
36 </body>
37 </html>