Howdy my good sirs.
I'm currently trying to put CKEditor to work in my Rails app.
So I've looked in the documentation and found basePath : the thing is, if CKEDITOR.basePath solves pretty much all the problems of pathes, it doesn't solve it for the skins. For some strange reason, CKEDITOR keeps looking the skins in "skins/"... which will never work in any rails-like framework (you'd need something like "/skins/").
Yet I didn't find anything about skins and pathes in the doc... is there even a way to do that, or was I already doomed the moment I started working on it ?
Thanks for answering !
I'm currently trying to put CKEditor to work in my Rails app.
So I've looked in the documentation and found basePath : the thing is, if CKEDITOR.basePath solves pretty much all the problems of pathes, it doesn't solve it for the skins. For some strange reason, CKEDITOR keeps looking the skins in "skins/"... which will never work in any rails-like framework (you'd need something like "/skins/").
Yet I didn't find anything about skins and pathes in the doc... is there even a way to do that, or was I already doomed the moment I started working on it ?
Thanks for answering !
Re: How to change skins path ?
Have you tried setting the CKEDITOR_BASEPATH variable before loading the skin files and/or ckeditor.js file,as described here: http://docs.cksource.com/CKEditor_3.x/D ... ditor_Path ?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: How to change skins path ?
Maybe someone will find this
Maybe someone will find this link: http://cdn.ckeditor.com/#skins helpful - section "Enabling Local Skins".