Sortables and various options
Hi,
I'm kinda confused with configuring the UI sortables. Do sortables
accept options which are for draggables, or no ? ..I'm trying to
create sortables which are dragged only vertically (tried axis: 'y'
and containment: 'parent' but they don't work), so what would be the
best way to do it?
Another thing is the ui.draggable.ext.js file, it's mentioned nowhere
in the docs, and I tried including that file also (as much as I
understand it, it adds some new plugins, but none of them seem to work
also), so what's that file used for, and is it mandatory to use that
file ?
And just a side-note, on some files (ui.draggable.js and
ui.droppable.js) the function is called with ($); at the end, it
should be (jQuery);
Thanks,
Dennis.