fiorilli Posted August 5, 2020 Posted August 5, 2020 Hello @Sherzod, I am implementing kanban in a unigui application and I need to drag and drop any component between panels. I've seen some "solutions" with treeview but do not satisfy my case. Is there a ready solution in unigui for this case? 1 Quote
mhmda Posted August 5, 2020 Posted August 5, 2020 Hello, I personally use DragZone, you can follow the docs: https://docs.sencha.com/extjs/6.7.0/classic/Ext.dd.DragZone.html It give you more flexibility controlling the 'source' & 'destination' zones. 1 Quote
fiorilli Posted August 5, 2020 Author Posted August 5, 2020 2 hours ago, mhmda said: Hello, I personally use DragZone, you can follow the docs: https://docs.sencha.com/extjs/6.7.0/classic/Ext.dd.DragZone.html It give you more flexibility controlling the 'source' & 'destination' zones. thanks, i will check. would you have a simple example for testing? 1 Quote
Canestraro Posted February 6, 2023 Posted February 6, 2023 Would you have a simple example for testing? 1 Quote
josauro@casasoft.net.br Posted February 13, 2023 Posted February 13, 2023 On 8/5/2020 at 5:57 PM, mhmda said: Hello, I personally use DragZone, you can follow the docs: https://docs.sencha.com/extjs/6.7.0/classic/Ext.dd.DragZone.html It give you more flexibility controlling the 'source' & 'destination' zones. Hi do you have any exemple how its works in unigui ? Thanks 1 Quote
Marlon Nardi Posted March 17, 2024 Posted March 17, 2024 Up+1 @Farshad Mohajeri This is a very useful feature to add to uniGui. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.