mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-05 15:10:59 +00:00
content edits
This commit is contained in:
parent
7fbc772a2f
commit
2bbdf0a14d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<div data-role="content">
|
||||
<img src="images/photo-run.jpeg" width="640" height="480" alt="Photo Run">
|
||||
|
||||
<p class="ui-body">This is a demonstrates the "fullscreen" toolbar mode. This toolbar treatment is used in special cases where you want the content to fill the whole screen, and you want the header and footer toolbars to appear and disappear when the page is clicked responsively — a common scenario for photo, image or video viewers.</p>
|
||||
<p>This page demonstrates the "fullscreen" toolbar mode. This toolbar treatment is used in special cases where you want the content to fill the whole screen, and you want the header and footer toolbars to appear and disappear when the page is clicked responsively — a common scenario for photo, image or video viewers.</p>
|
||||
|
||||
<p>To enable this toolbar feature type, you apply a <code>data-fullscreen="true"</code> attribute to the <code>div</code> contain that has the attribute <code>data-role="page"</code>, and the <code>data-position="fixed"</code> attribute to both the header and footer <code>div</code> elements. Keep in mind that the toolbars in this mode will sit <strong>over</strong> page conten,t so not all content will be accessible with the toolbars open, just as shown in this demo.</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue