Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Subathra on Jul 01, 2009 03:44
open dhtmlx forum
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
Answer posted by Alex (support) on Jul 01, 2009 04:16

Hello, 

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

Please, check the sample http://dhtmlx.com/docs/products/dhtmlxTree/samples/nodes_manipulation/pro_edit.html 

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