I've copied the moono skin from github and have adapted it to my needs. All is good except I don't know how to get it to use my own icons. They still point to the pluggins/icons.png file. They are referenced through inline styles so I can't override them.
Wed, 10/15/2014 - 14:36
#1
Don't think it is possible without building
Having spent the last couple of hours trying to work this out, I don't think it is possible to do this without building the whole project from source, which requies linux. Given that there are over five hundred forks, I presume a lot of people are doing just that.
The icon.png location seems to be hardcoded into the main minified js file. The code for including cusom icons at the bottom of skin.js doesn't override the built in ones.
I could just remake the icon.png file inside the pluggins folder... but that would be breaking out of the skin. Hell of a lot easier than installing linux just for this though.
I hope someone can prove me wrong.
s there a way to specify a
s there a way to specify a different skin when using the CDN version? If i use a custom config file and enter anything at all for "config.skin", it fails to load. I checked the actual CDN directory and the only available skin is 'moono'. I would like to use Kama if it is available via CDN.
You can use the CDN version
You can use the CDN version of CKEditor with a local skin, as described on the http://cdn.ckeditor.com/#skins site in the "Enabling Local Skins" section down at the bottom.
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!