hello all,
I have a client that is requesting to be able to cut and paste inside a extjs tree. I know i can replicate the actions using appendchild and removechild, but how can i associate the functions i make with ctrl x and v?
Thanks
hello all,
I have a client that is requesting to be able to cut and paste inside a extjs tree. I know i can replicate the actions using appendchild and removechild, but how can i associate the functions i make with ctrl x and v?
Thanks
You can try to use Ext.KeyMap. Also you can use some external scripts, for example this one. But there may be some conflicts of the last one with ExtJS, I never tried it with ExtJS.