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

Fix list-dividers use data-theme attribute first #5237

Merged
merged 1 commit into from
Nov 6, 2012

Conversation

dotnetwise
Copy link
Contributor

Allow the list-divider to customize its own theme if desired

<ul data-role="listview" data-divider-theme="e">
<li data-role="list-divider">Theme e</li>
<li>some value</li>
<li data-role="list-divider" data-theme="b">Theme b</li>
<li>some other value</li>
</ul>

Allow the list-divider to customize its own theme if desired
<ul data-role="listview" data-divider-theme="e">
<li data-role="list-divider">Theme e</li>
<li>some value</li>
<li data-role="list-divider" data-theme="b">Theme b</li>
<li>some other value</li>
</ul>
@jaspermdegroot
Copy link
Contributor

@dotnetwise

Thanks for the PR. I think we should land this.

Did you run the listview unit tests?

@jerone
Copy link
Contributor

jerone commented Oct 30, 2012

+1 for landing.

@ghost ghost assigned jaspermdegroot Nov 6, 2012
@jaspermdegroot
Copy link
Contributor

I ran the listview unit test... merging

jaspermdegroot added a commit that referenced this pull request Nov 6, 2012
Fix list-dividers use data-theme attribute first
@jaspermdegroot jaspermdegroot merged commit 8b577e1 into jquery-archive:master Nov 6, 2012
@dotnetwise
Copy link
Contributor Author

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants