Hi all,
I’m trying to find a way to insert value from “outside” into a richtext field (CKEditor) via JS snippet. While there are some examples available regarding normal CKEditor usage (https://ckeditor.com/old/forums/CKEditor-3.x/heres-how-insert-text-and-tags-cursor), I get stuck at the very first step -> getting the CKEditor instance in javascript.
This should work
var oEditor = CKEDITOR.instances.yourEditorID;<br><br><br>
but “instances” is empty in my skuid page (normal Field Editor showing rich text editor).
Can someone point me the way?