Hi,
As part of my component, I'm providing users with the ability to translate text on the fly using a button placed next to form fields in the Joomla admin area. This feature works correctly with standard text and textarea fields.
However, it doesn't seem to work with fields using the JCE Editor. I need to programmatically update the content of a JCE editor instance, based on the id of the underlying <textarea> element.
Could you please advise how to properly target and update a JCE editor instance via JavaScript using its textarea ID?
Thanks in advance!
