This is a bit of a newbie question, sorry. :) I've got a floating dialog that is a draggable.. It has a table in it with a scrollbar.. Now, of course, the scrollbar doesn't work properly since it's in the draggable. How do I fix this?
I'm aware of the dragPrevention property, but the syntax isn't clear to me. I've tried a bunch of things and just get various errors. What's the proper syntax, and will that actually fix the problem if I add table to the dragPrevention property? Or is there some other element I should be adding to it to get the scrollbar to work properly?