mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 09:00:57 +00:00
updated dialog content
This commit is contained in:
parent
70a885bed6
commit
a32ab634f8
2 changed files with 6 additions and 6 deletions
|
|
@ -14,10 +14,10 @@
|
|||
</div>
|
||||
|
||||
<div data-role="content" data-theme="e">
|
||||
<h1>Feeling yellow?</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">Sure am</a>
|
||||
<a href="docs-dialogs.html" data-role="button" data-theme="c">Kinda blue</a>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,14 +9,14 @@
|
|||
|
||||
<div data-role="page">
|
||||
|
||||
<div data-role="header" data-theme="a" data-position="inline">
|
||||
<div data-role="header" data-theme="d" data-position="inline">
|
||||
<h1>Dialog</h1>
|
||||
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue