Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4371 from uGoMobi/patch-2
Browse files Browse the repository at this point in the history
Docs: Changed data-dividertheme into data-divider-theme (List basics & API page)
  • Loading branch information
Scott Jehl authored and jaspermdegroot committed May 24, 2012
1 parent 16f304b commit ec6eb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lists/docs-lists.html
Expand Up @@ -71,7 +71,7 @@ <h2>Split button lists</h2>


<h2>List dividers</h2>
<p>List items can be turned into dividers to organize and group the list items. This is done by adding the <code> data-role="list-divider"</code> to any list item. These items are styled with the bar swatch "b" by default (blue in the default theme) but you can specify a theme for dividers by adding the <code>data-dividertheme</code> attribute to the list element (<code>ul</code> or <code>ol</code>) and specifying a theme swatch letter.</p>
<p>List items can be turned into dividers to organize and group the list items. This is done by adding the <code> data-role="list-divider"</code> to any list item. These items are styled with the bar swatch "b" by default (blue in the default theme) but you can specify a theme for dividers by adding the <code>data-divider-theme</code> attribute to the list element (<code>ul</code> or <code>ol</code>) and specifying a theme swatch letter.</p>

<a href="lists-divider.html" data-role="button" data-icon="arrow-r" data-iconpos="right">List divider example</a>

Expand Down Expand Up @@ -132,7 +132,7 @@ <h2>Updating lists</h2>

<h3>More in this section</h3>

<ul data-role="listview" data-theme="c" data-dividertheme="d">
<ul data-role="listview" data-theme="c" data-divider-theme="d">

<li data-role="list-divider">List views</li>
<li data-theme="a"><a href="docs-lists.html">List basics &amp; API</a></li>
Expand Down

0 comments on commit ec6eb2e

Please sign in to comment.