does anybody know which events i can handle when a treecell is double
clicked to edit and
the edit mode is ended? i would like to do a validation of the newly
inserted text.
thanks, k.
Rewrite startEditing and stopEditing function of tree.
thanks, k.
You can have a look at xbl implementation of tree. StartEditing and
stopEditing are there.
chrome\toolkit.jar\content\global\bindings
In xul window, if you have a tree element, you can call
tree.startEditing()... directly.