Hi..
I am tagging the text in my editor using xhtml as in the following:
I want to be able to show a different context menu if the user right clicks the word "Arrested" rather than the normal context menu that shows when they right click the words "MAN" or "FOUND" etc...
I began by trying to implement the example shown in this forum post
http://www.telerik.com/community/forums/aspnet-ajax/editor/changing-context-menu-programmatically-client-side.aspx
however, the editor doesn't seem to understand the Comment tag. It worked when I followed the example and used an IMG, but I would like it to work for the custom tags that I am defining.
Is this possible?
I am tagging the text in my editor using xhtml as in the following:
| <my:Comment class=comment commentValue="comment text for arrested">ARRESTED </my:Comment> MAN FOUND IN DITCH |
I want to be able to show a different context menu if the user right clicks the word "Arrested" rather than the normal context menu that shows when they right click the words "MAN" or "FOUND" etc...
I began by trying to implement the example shown in this forum post
http://www.telerik.com/community/forums/aspnet-ajax/editor/changing-context-menu-programmatically-client-side.aspx
however, the editor doesn't seem to understand the Comment tag. It worked when I followed the example and used an IMG, but I would like it to work for the custom tags that I am defining.
Is this possible?