content edits

This commit is contained in:
PattyToland 2010-10-15 19:58:31 -04:00
parent 7fbc772a2f
commit 2bbdf0a14d

View file

@ -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 &mdash; 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 &mdash; 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>