How to submit the edit text when the blur event happends?

i am editing a item. i suppose if the blur event occurs or i click somewhere on the other place of the page,this edit is done. can i write some script in the dhtmlxtree_ed.js to do this?

tree.setEditStartAction(false, false);

will anyone give some suggsetions.?




It is a standart behavior. See the sample:

dhtmlx.com/docs/products/dht … _edit.html

:slight_smile: many thanks~~~~~~~~~~~