Sha256: 3708eb2100c8db86af7165b502702c6e13bca99c36af4c086789677f8f98480c
Contents?: true
Size: 983 Bytes
Versions: 18
Compression:
Stored size: 983 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery Mobile Framework - Dialog Example</title> <link rel="stylesheet" href="../../css/themes/default/jquery.mobile-1.3.0.css" /> <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/> <script src="../js/jquery.js"></script> <script src="../../docs/_assets/js/jquery.mobile.demos.js"></script> <script src="../js/jquery.mobile-1.3.0.js"></script> </head> <body> <div data-role="page" data-close-btn="none"> <div data-role="header"> <h1>Dialog</h1> </div> <div data-role="content"> <h1>No close button</h1> <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> <a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="b">Ok, I get it</a> </div> </div> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems