Hi,
Would someone happen to be able to tell me how to use the JS API to insert an internal file link into the document.
Simply doing
CKEDITOR.instances.instance.insertText('[[:File:'+file.name+']]');
does not work because characters are escaped...
How does the "Add Link" button do it?
Regards,
Marki