Draggable Handles? A way to implement?
I've searched through discussion here for 'draggable handles' and
found a few mentions, but nothing explicitly saying if that option
exists.
I'm trying to create a draggable div, that is also resizable and
scrollable. I haven't messed with the resizable option yet, but am
already stuck with the scrollbar. The issue is that the entire div is
draggable, so if you click on the scrollbar, that just drags the div
around, rather than scrolling the contents of it.
I think scriptaculous has the concept of 'handles' where you can
specify a child element within the container to be the object that
allows the drag. Does such an option exist in jquery ui?
-D