Hi,
I have reached to do quite useful things with CKeditor, just by trying logical methods.
However, I'd like to work with it in a systematic manner but I realize that the JS APIs don't really match what I find on forums.
For instance, on one recent posting here I read this: CKEDITOR.instances.metas.document.getHead();
And it doesn't seem to be pseudo-code, although 'instances' should be an array to point to an existing instance.
What about the rest, metas.document.getHead() ? I just guess that I can work from outside the editor with its DOM. How should I read the documentation (for the above case)?
Thanks
I have reached to do quite useful things with CKeditor, just by trying logical methods.
However, I'd like to work with it in a systematic manner but I realize that the JS APIs don't really match what I find on forums.
For instance, on one recent posting here I read this: CKEDITOR.instances.metas.document.getHead();
And it doesn't seem to be pseudo-code, although 'instances' should be an array to point to an existing instance.
What about the rest, metas.document.getHead() ? I just guess that I can work from outside the editor with its DOM. How should I read the documentation (for the above case)?
Thanks