Markandayarushi Pamu
unread,Apr 17, 2012, 3:13:05 PM4/17/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi All,
I have one different requirement in CellTree.
Currently CellTree has once cell for each node, in that cell we can
give the html content and give the events for that node item.
onclick of the whole node anywhere event will fire.
But my requirement is, I want to create 2 buttons like (Edit and
Delete) in the celltree node item, onclick of the 2 buttons I need 2
separate events,
so that I can write Edit and Delete functionality ..
Is this possible with CellTree???
Please Help me ,
Ex: My requirement is like this
Node 1
Node 11 edit delete
Node 12 edit delete
Node 13 edit delete
Node 2
Node 21 edit delete
Node 22 edit delete
Node 23 edit delete
Regards,
Rushi