Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
How to detect a change to the content of the HTML editor
posted

Hi,

I need to display validation message whenever there is change in text or formatting on the contents of WebHTMLEditor.

As of now I can have validation message on Paste operation, as most of the time application users would be copy pasting comments from Word. For detecting Paste operation I am using JQuery {HTMLEditor.bind('paste', function)}, and that is working fine.

I am able to fire validation message on Keypress event also, but no luck on triggering validation message on formatting changes for comments entered in HTMLEditor.

How can that be done?

Appreciate the response.