We're using SmartClient 8.3, and I'm trying to make the tabs within a TabSet draggable. My goal is to drag a tab from one tabset into another. The problem is that setting canDrag on the tab itself doesn't make it draggable. You can set canDragReposition, which makes it draggable, but then you can't catch a drop event on other widgets.
My workaround for now is to make the tab's pane draggable, which is less than optimal.
Any ideas?
My workaround for now is to make the tab's pane draggable, which is less than optimal.
Any ideas?
Comment