On this page it says you can attach events such as
http://www.telerik.com/help/aspnet-ajax/editor_attacheventhandler.html
Is there an actual definitive list of events? I can't find one anywhere on the site or on google.
I'm hoping to use a textchanged event on my editor. At the moment I am using onkeydown but it's possible to change text by highlighting it and pressing a button such as bold.
This is so I can check if the user has unsaved changes before navigating away from the page.
http://www.telerik.com/help/aspnet-ajax/editor_attacheventhandler.html
Is there an actual definitive list of events? I can't find one anywhere on the site or on google.
I'm hoping to use a textchanged event on my editor. At the moment I am using onkeydown but it's possible to change text by highlighting it and pressing a button such as bold.
This is so I can check if the user has unsaved changes before navigating away from the page.