tags:

views:

79

answers:

1

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

+1  A: 

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.

zihotki