RajeshChaudhary345 / dropdown-check-list

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

Required jQuery UI components #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Noticed that the 'jquery-ui-1.8.13.custom.min.js' that comes with the download 
seems to include all (or most of) the UI components. If anyone knows which of 
these are actually required by the DDCL component it'd be much appreciated. 

FYI this is the list from 'jquery-ui-1.8.13.custom.min.js':
 * jQuery UI 1.8.13
 * jQuery UI Widget 1.8.13
 * jQuery UI Mouse 1.8.13
 * jQuery UI Position 1.8.13
 * jQuery UI Draggable 1.8.13
 * jQuery UI Droppable 1.8.13
 * jQuery UI Resizable 1.8.13
 * jQuery UI Selectable 1.8.13
 * jQuery UI Sortable 1.8.13
 * jQuery UI Accordion 1.8.13
 * jQuery UI Autocomplete 1.8.13
 * jQuery UI Button 1.8.13
 * jQuery UI Dialog 1.8.13
 * jQuery UI Slider 1.8.13
 * jQuery UI Tabs 1.8.13
 * jQuery UI Datepicker 1.8.13
 * jQuery UI Progressbar 1.8.13
 * jQuery UI Effects 1.8.13
 * jQuery UI Effects Blind 1.8.13
 * jQuery UI Effects Bounce 1.8.13
 * jQuery UI Effects Clip 1.8.13
 * jQuery UI Effects Drop 1.8.13
 * jQuery UI Effects Explode 1.8.13
 * jQuery UI Effects Fade 1.8.13
 * jQuery UI Effects Fold 1.8.13
 * jQuery UI Effects Highlight 1.8.13
 * jQuery UI Effects Pulsate 1.8.13
 * jQuery UI Effects Scale 1.8.13
 * jQuery UI Effects Shake 1.8.13
 * jQuery UI Effects Slide 1.8.13
 * jQuery UI Effects Transfer 1.8.13

Original issue reported on code.google.com by kevinjansz on 21 Jul 2011 at 11:37

GoogleCodeExporter commented 8 years ago
I just went with CORE + WIDGET. In fact that's documented on the main page.

<i>Dropdown CheckList 1.4 requires jquery.js and ui.core.js(both core and 
widget)</i>

Is this what you meant? I was a little confused too at first since I don't use 
UI in my projects.

Original comment by jflamb...@newtrax.com on 22 Jul 2011 at 3:02

GoogleCodeExporter commented 8 years ago
I have only run my tests with the jquery-ui js file that I include in the 
download. I believe that only core and widget is required, but without actual 
testing, I am hesitant to confirm that.
Is DDCL working for you with only Core & Widget?
If you can confirm that, I will update the documentation to be more clear.

Thanks for your input.

Original comment by womohun...@ittrium.com on 22 Jul 2011 at 6:30