How to execute action for example save from external button?
Replies (1)
(1-1/1)
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);
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)