Merge pull request #3057 from MauriceG/master

Some corrections for the docs/pages/pages-themes/theme-x pages
This commit is contained in:
Todd Parker 2011-11-15 09:13:20 -08:00
commit 38ab30c6cb
5 changed files with 7 additions and 7 deletions

View file

@ -100,7 +100,7 @@
<div data-role="collapsible-set">
<div data-role="collapsible" data-collapsed="false">
<h3>Section 1</h3>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.</p>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm visible by default because I have the <code>data-collapsed="false"</code> attribute; to collapse me, either click my header or expand another header in my set.</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>

View file

@ -15,7 +15,7 @@
<div data-role="page" class="type-interior" data-theme="b">
<div data-role="header">
<div data-role="header" data-theme="b">
<h1>Theming pages</h1>
<a href="../../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
</div><!-- /header -->
@ -100,7 +100,7 @@
<div data-role="collapsible-set">
<div data-role="collapsible" data-collapsed="false">
<h3>Section 1</h3>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.</p>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm visible by default because I have the <code>data-collapsed="false"</code> attribute; to collapse me, either click my header or expand another header in my set.</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>

View file

@ -100,7 +100,7 @@
<div data-role="collapsible-set">
<div data-role="collapsible" data-collapsed="false">
<h3>Section 1</h3>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.</p>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm visible by default because I have the <code>data-collapsed="false"</code> attribute; to collapse me, either click my header or expand another header in my set.</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>

View file

@ -30,7 +30,7 @@
<li><a href="theme-b.html" data-role="button" data-transition="fade">B&nbsp;</a></li>
<li><a href="theme-c.html" data-role="button" data-transition="fade">C&nbsp;</a></li>
<li><a href="theme-d.html" data-role="button" data-transition="fade" class="ui-btn-active">D&nbsp;</a></li>
<li><a href="theme-e.html" data-role="button" data-transition="fade">E&nbsp;w</a></li>
<li><a href="theme-e.html" data-role="button" data-transition="fade">E&nbsp;</a></li>
</ul>
<h2>Theme D Sample Page</h2>
@ -100,7 +100,7 @@
<div data-role="collapsible-set">
<div data-role="collapsible" data-collapsed="false">
<h3>Section 1</h3>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.</p>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm visible by default because I have the <code>data-collapsed="false"</code> attribute; to collapse me, either click my header or expand another header in my set.</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>

View file

@ -100,7 +100,7 @@
<div data-role="collapsible-set">
<div data-role="collapsible" data-collapsed="false">
<h3>Section 1</h3>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.</p>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm visible by default because I have the <code>data-collapsed="false"</code> attribute; to collapse me, either click my header or expand another header in my set.</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>