Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

treecell editable events ??

15 views
Skip to first unread message

knallkopf66

unread,
Dec 7, 2009, 4:51:00 PM12/7/09
to
hi,

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.

DDD

unread,
Dec 7, 2009, 8:17:50 PM12/7/09
to

Rewrite startEditing and stopEditing function of tree.

knallkopf66

unread,
Dec 8, 2009, 5:10:51 AM12/8/09
to
hi, sorry i do not understand.
how can i rewrite the functions? they are not events arent they?
any hint please.

thanks, k.

DDD

unread,
Dec 13, 2009, 9:28:10 PM12/13/09
to

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.

0 new messages