dutu
1
Hello,
I’m trying to Access ckeditorAPI; as per documentation this could be done via $$(“editor”).getEditor();
However, it doesn’t work.
It looks that getEditor() doesn’t provide the necessary object, but rather the data within the the text editor:
Any advise would be much appreciated.
Thanks in advance!
maksim
2
Was a typo in the code, getEditor must return an editor object not a data ( getValue returns the data )
Please use the updated file, getEditor will return the correct value.
dutu
3
Thanks a lot for quick reply and fix!
Is there a way to use updated revision of ckeditor? Either by downloading it locally or pointing to their CDN (Index of /4.6.2/standard)?
I don’t manage to get it working
dutu
4
@maksim, I managed to use updated ckeditor source code by placing it locally under /webixcodebase/ckeditor/ directory and setting
webix.codebase = "/webixcodebase/"