Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Draggable Tabs

    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?

    #2
    See TabSet.canReorderTabs in 9.0d.

    Comment


      #3
      Where?

      Originally posted by davidj6 View Post
      See TabSet.canReorderTabs in 9.0d.
      Thanks, but I don't see any documentation anywhere for 9.0 - only 8.3.

      At any rate, I'm not looking to just reorder the tabs. I literally want to drag tabs onto arbitrary other things, including other tabsets.

      Comment


        #4
        Sorry, I misread your requirements. The drag reordering is just within the same tabset. You will have to download 9.0d for the docs.

        Comment

        Working...
        X