Re: [qooxdoo-devel] Virtual Tree and Drag'n'Drop

2014-08-01 Thread Yoran Brault
Thank you ! That's working perfectly. Expect I didn't actually use delegate#createItem but delegate#configureItem which seems to be more accurate for the job. Am I right ? Yoran. Le Fri, 1 Aug 2014 17:53:31 +, Mustafa Sak a écrit : >Hi, > >You have to set the property "droppable" to true

Re: [qooxdoo-devel] Virtual Tree and Drag'n'Drop

2014-08-01 Thread Mustafa Sak
Hi, You have to set the property "droppable" to true for all tree items. You can do so by using the delegation function "createItem". I am currently not at office so I can not support you with a link, but you should take a look to the qooxdoo manual. Regards. Von meinem iPhone gesendet >

[qooxdoo-devel] Virtual Tree and Drag'n'Drop

2014-08-01 Thread Yoran Brault
Hi, I'm trying to figure out how to handle drag'n'drop between two virtual trees. More specifically, I'm trying to allow/disallow dropping according to target nature. To do that, I listen, as explained in the documentation, the 'dragover' event in order to "prevent default" depending of the over