You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
There is a definite need to have a checkbox in a list. You could either click on the list row to navigate to the item, or just click on the checkbox to select the item without navigating to the item. Imagine an email application where you need to select one or two specific emails from the middle of the list and delete them. I see that one can do this through data-role="controlgroup" on a fieldset, but ideally it would be nice to have this available on all lists for example a 'Formatted content' list where you need more than one label on the list item, which is the reason for me logging this new feature request. Thanks.
The text was updated successfully, but these errors were encountered:
I'm going to close this as a feature request. We'll re-open if we decide to add this in a future release -- please add a link to this to the feature request wiki page here. Thanks!
This request is also mentioned in #4026, but this one happens to be linked from the features Wiki. #1147 is also related as the list view documentation doesn't contain an example of a checkbox, and they still seem difficult to get working at all (nevermind with split views).
It took me several hours of sifting through old stack overflow posts and jsfiddles, along with lots of experimentation to come up with a split view interface that includes a checkbox for JQM 1.3.
However, our user testing indicates that accidental clicks are fairly common using the default split-view layout of JQM. So we are now starting over the entire process to find a way of splitting just after the checkbox and making the main region the link to a detail page.
It would be great if this sorta thing was builtin to a future release!
Also, any tips on doing a split-view on the left would be appreciated. Thanks.
There is a definite need to have a checkbox in a list. You could either click on the list row to navigate to the item, or just click on the checkbox to select the item without navigating to the item. Imagine an email application where you need to select one or two specific emails from the middle of the list and delete them. I see that one can do this through data-role="controlgroup" on a fieldset, but ideally it would be nice to have this available on all lists for example a 'Formatted content' list where you need more than one label on the list item, which is the reason for me logging this new feature request. Thanks.
The text was updated successfully, but these errors were encountered: