I can get click events on the control areas within a Tiny Editor, but when I right or left click on the text within the editor, I cannot get click events.
Can this be done? If so, how?
Thanks
The TinyEditor uses an iframe for the text area, which doesn’t allow events to bubble up. If you need a click event from within the iframe of the TinyEditor you would need to modify the extension.
Hope this helps,
Lawrence
Please login first to submit.