Qooxdoo: drag the toolbar button to the tree node. Is it possible?

I am trying to drag a toolbar button into a tree node. Is it possible? I noticed that the start of the drag never gets triggered. Is there a list of available components / classes that currently allow drag and drop?

+2


a source to share


2 answers


Toolbar buttons cannot be dragged. This feature is currently disabled in Qooxdoo. You can use the menu button instead. I know this is not correct and not Elegant, but at least you can have the functionality you need.



And sorry for the second question about Drag-ables list, there is no such list yet

+2


a source


I am trying to drag a toolbar button into a tree node. Is it possible?

Buttons cannot be dragged, this is not normal user interface behavior. If you really want to drag the button, you must implement your own behavior. Extend this button and override the mouse and mouse methods.



Is there a list of available components / classes that currently allow drag and drop?

Sorry, no, no list.

+2


a source







All Articles