This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Listview: Added ability to turn off nested lists automatic sub paging.#497
Closed
mcockrell wants to merge 4 commits intojquery-archive:masterfrom
Closed
Listview: Added ability to turn off nested lists automatic sub paging.#497mcockrell wants to merge 4 commits intojquery-archive:masterfrom
mcockrell wants to merge 4 commits intojquery-archive:masterfrom
Conversation
Also fixed makefile to look for proper jquery.mobile.core instead of jquery.mobile
Author
|
This pull also includes makefile fixes for the new jquery.mobile.core.js change |
Author
|
have another way to incorporate this, plus this pull req is messy. may be putting a diff pull req in. |
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
UPDATE: This pull req also includes fixes to the makefile, to change the references to jquery.mobile.js => jquery.mobile.core.js -- there were some references left unchanged and make would fail. I wasn't sure how to put that as a diff pull request without creating a seperate fork (since im newish to git/github). But this includes both my addition and the makefile change.
I've modified the listview plugin to allow for a new data property on the listview element.
If a user sets data-sublists="false" on the UL (listview) element, any sub UL inside the LI elements will no longer automatically create a link to a sub page with the sub list elements. Instead the list will render as expected inside the LI element it is contained in.
data-sublists defaults to true so the original concept is preserved.