BinkWu / jquery-checktree

Automatically exported from code.google.com/p/jquery-checktree
0 stars 0 forks source link

Make the "parent selection influences child selection and vice-versa" feature optional #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It doesn't always make sense for selecting all of a nodes children to
select the node, or for selecting the parent to select the children. 
However, your plugin introduces other advantages over the original, like
callbacks.  So it would be good if this functionality could be disabled, so
that each checkbox acts independently.

Original issue reported on code.google.com by goo...@randomguy3.me.uk on 26 Mar 2009 at 5:46

GoogleCodeExporter commented 8 years ago
This also affects the ability to concisely store selections.
eg: I have a hierarchal structure where the leaves are what matters, but it's 
important to distinguish between "all leaves in this branch" and "these 
specific 
leaves in this branch". The latter would break should a new leaf be added at a 
later 
date, and the selection restored from a saved state.

Original comment by rpeters%...@gtempaccount.com on 7 Aug 2009 at 8:37

GoogleCodeExporter commented 8 years ago
Here's a hack to support my usage case, no influence, also in UDiff from 0.3b1.

Original comment by rpeters%...@gtempaccount.com on 11 Aug 2009 at 9:28

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by jgeewax on 30 Sep 2009 at 4:15