dhtmltree text editor

Hi,



I am using the dhtmlxtree for adding/editing and delete the item using context menu without data processor. After editing the item i want to close the text editor. If i click another item then it is closed other than this any other solution are there? Please help me.



Thanks in Advance,



Thanks & Regards,

P.Subathra


Hello,


An editor is closed when you press enter or click somewhere in tree.


Please, check the sample dhtmlx.com/docs/products/dhtmlxT … _edit.html


Moreover you can close editor on some custom action using tree.stopEdit() call.