Keti777 / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

Merge DDCL 0.6 fork features from Scott W. Bradley #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Scott W. Bradley has developed a fork version of DDCL built off version
0.6.  He has introduced 4 new features in the fork that would be useful
additions if they were merged back into the original.

The features are:
#1 Exclusive Options
#2 Default Empty Text
#3 Custom Select Text
#4 Label-less Option Groups

I am using the fork because I need feature #2 but can see uses for all the
features.

For more info please see the following webpage:
http://github.com/scottwb/jquery.ui.dropdownchecklist

Here is a quote from Scott.  
"This code is a fork of the dropdown-check-list plugin (v0.6) created by
Adrian Tosca. All credit goes to him.

This fork builds on that work, only by adding a few small features. If
someday Adrian stumbles across this and likes the idea behind these
changes, maybe he'll merge them back into his master and I'll discontinue
this fork. The only real reason for this fork is as an expedient way to
extend this plugin for some of my own immediate needs."

Thanks Adrian for a terrific control and I'd only like to see it get better.  

Original issue reported on code.google.com by parrot...@comcast.net on 19 Jan 2010 at 9:46

GoogleCodeExporter commented 8 years ago
Thank you, I will look into it.

Original comment by adrian.tosca on 20 Jan 2010 at 8:37

GoogleCodeExporter commented 8 years ago
2 -> #65

Original comment by adrian.tosca on 23 Feb 2010 at 7:46

GoogleCodeExporter commented 8 years ago
3 -> #71

Original comment by adrian.tosca on 23 Feb 2010 at 8:15

GoogleCodeExporter commented 8 years ago
Items 2 and 3 are a part of version 1.0
1 and 4 will be considered as enhancements in a future version

Original comment by womohun...@ittrium.com on 16 Sep 2010 at 8:58

GoogleCodeExporter commented 8 years ago
Item 1 addressed by radio buttons rather then check boxes.  Item 4 supported in 
version 1.1

Original comment by womohun...@ittrium.com on 21 Sep 2010 at 4:38

GoogleCodeExporter commented 8 years ago
FYI: The item #1 "Exclusive Options" is slightly different than using radio 
buttons. It was intended to allow a list of checkboxes where one (or more) of 
the checkboxes is mutually exclusive with all the other checkboxes. For 
example, consider the checklist:

  [ ] Everybody (exclusive)
  [ ] Nobody (exclusive)
  [ ] Scott
  [ ] Bill
  [ ] John

Scott, Bill, and John can all be checked at the same time, but if you check 
Nobody, all other checkboxes are cleared. Then if you check Scott again, the 
Nobody checkbox gets cleared. This is a bit of a contrived example, but I hope 
the intention is clear.

Original comment by scottwb on 21 Sep 2010 at 6:21

GoogleCodeExporter commented 8 years ago
With the support of the callback onItemClick, you can apply any acceptance 
criteria you want to which items can be checked. The demo page includes a 
sample callback that applies a limit of 3 checked items.  You can now write any 
kind of filtering you would like.

Original comment by womohun...@ittrium.com on 15 Jun 2011 at 2:19