Hi,
I want this in client side . I am using the "onClientNodeEdited" event . I am using this event because when user will edit any text I will change the color of the edited node . Now it is working , but problem is when I am pressing the "F2" and click out side it is changing the coour of the node . So before chaning the color of the node I have to check whether text has modified or not ?
I have written a function to change color of the edited node as