mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Removed prefetch. Can't use that on a dialog.
This commit is contained in:
parent
cd5cb16fe1
commit
01f61cfd54
1 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@
|
|||
</code>
|
||||
</p>
|
||||
|
||||
<a href="dialog.html" data-role="button" data-inline="true" data-rel="dialog" data-transition="pop" data-prefetch>Open dialog</a>
|
||||
<a href="dialog.html" data-role="button" data-inline="true" data-rel="dialog" data-transition="pop">Open dialog</a>
|
||||
|
||||
|
||||
|
||||
|
|
@ -61,11 +61,11 @@
|
|||
|
||||
<h2>Styling & theming</h2>
|
||||
<p>Dialogs can be styled with different themes, just like any page. Here is a different dialog design:</p>
|
||||
<a href="dialog-alt.html" data-role="button" data-inline="true" data-rel="dialog" data-transition="pop" data-prefetch>An alternate color scheme</a>
|
||||
<a href="dialog-alt.html" data-role="button" data-inline="true" data-rel="dialog" data-transition="pop">An alternate color scheme</a>
|
||||
|
||||
|
||||
<p>And dialogs can be can used more like a control sheet to offer multiple buttons by removing the header:</p>
|
||||
<a href="dialog-buttons.html" data-role="button" data-inline="true" data-rel="dialog" data-transition="slidedown" data-prefetch>Share photos...</a>
|
||||
<a href="dialog-buttons.html" data-role="button" data-inline="true" data-rel="dialog" data-transition="slidedown">Share photos...</a>
|
||||
|
||||
|
||||
</div><!--/content-primary -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue