added data-rel attrs to close buttons

This commit is contained in:
scottjehl 2011-01-31 17:05:41 -05:00
parent 44806bcf58
commit f842b46474
2 changed files with 4 additions and 4 deletions

View file

@ -19,8 +19,8 @@
<div data-role="content" data-theme="e">
<h1>I'm colorful</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-theme="a">Good for you</a>
<a href="docs-dialogs.html" data-role="button" data-theme="c">Don't care, really</a>
<a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="a">Good for you</a>
<a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="c">Don't care, really</a>
</div>
</div>

View file

@ -20,8 +20,8 @@
<div data-role="content" data-theme="c">
<h1>Delete page?</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-theme="b">Sounds good</a>
<a href="docs-dialogs.html" data-role="button" data-theme="c">Cancel</a>
<a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="b">Sounds good</a>
<a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="c">Cancel</a>
</div>
</div>