How to execute action for example save from external button?

Added by mikelin mik 11 months ago

How to execute action for example save from external button?
i have a textarea and use eltrte with

setTimeout(function(){$("#textareaid").elrte(opts);},100);

TK


Replies (1)

RE: How to execute action for example save from external button? - Added by Troex Nevelin 11 months ago

Currently elRTE has only limited set of commands JavaScript_API_EN

Everything beyond this is hacking see this thread How can i use anchor tags in HTML page instead of default...

You can also find button in DOM and trigger click event on it.

(1-1/1)