mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-12 08:33:09 +00:00
added data-rel attrs to close buttons
This commit is contained in:
parent
44806bcf58
commit
f842b46474
2 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue