Hi,
I'm trying to write a new style (by changing things in the `v2' style to find out how things work), but it's generally a very cumbersome and unpleasant experience as I seem to be unable to find a way to "look into" the HTML produced by CKEditor in the browser.
For example, I apply some styles to "iframe" and not only the editing area but also the context menu changes. So I open Firebug and try to look at the context menu, but as soon as I click at something Firebug, the context menu closes again and that's that.
Looking for documentation, I've stumbled over http://docs.cksource.com/CKEditor_3.x/Developers_Guide where unfortunately the section on Skins hasn't been written yet; searching the forum doesn' t really turn up anything useful either...
So how does everybody do it?
Thanks,
Raphael
Fri, 02/26/2010 - 11:06
#1
Re: How to "look into" CKEditor?
Re: How to "look into" CKEditor?
Re: How to "look into" CKEditor?
If you want a step-by-step guide about how to write your own skin for CKEditor, then I can only suggest to pick one of the provided ones and start changing it. Of course, if you document that process and provide it to help other people that would be great.
Re: How to "look into" CKEditor?
thanks for clarifying. I've now learned that what Firebug shows is indeed reliable, and you just need to show some perseverance in finding what you're looking for. One problem I did have was that sometimes I tried to change the looks of something in the skin files, where I should have been changing it in the content.css file.
Regards,
Raphael