I'm using CKEditor in a JSF web application. I've created a custom skin and I would like to put it in its own jar file separate from CKEditlor and register it in my JavaScript file with CKEDITOR.config.skin (or another appropritate command). Is this possible? Is there an example of how to do this?
Thanks.