Hi,
I want to radically change the look of ckeditor. Basically I want to remove all toolbars and the borders and padding etc from the editor so that all is left is the iFrame, and add controls for bold, italic, underlined und links -below- the editfield.
Now I have to ideas to do this. The first way, which is probably easier, is to remove all the unneccessary junk (toolbars, borders etc) and white custom controls that use the editor's API for the above-mentioned font formats.
My question would be, can you remove the toolbars - and also the container of the toolbars - via the configuration? How about those borders around the editor? Or do you have to do that all by CSS?
The other idea, which is probably cleaner, is to write a custom skin. But I looked at the skin's code and that's just insane. Still I think this would be the better solution. I just couldn't find a good documentation or Tutorial on this. Does anyone know a place where to get something like that (docs, tutorials)?
Thanks,
Luke
I want to radically change the look of ckeditor. Basically I want to remove all toolbars and the borders and padding etc from the editor so that all is left is the iFrame, and add controls for bold, italic, underlined und links -below- the editfield.
Now I have to ideas to do this. The first way, which is probably easier, is to remove all the unneccessary junk (toolbars, borders etc) and white custom controls that use the editor's API for the above-mentioned font formats.
My question would be, can you remove the toolbars - and also the container of the toolbars - via the configuration? How about those borders around the editor? Or do you have to do that all by CSS?
The other idea, which is probably cleaner, is to write a custom skin. But I looked at the skin's code and that's just insane. Still I think this would be the better solution. I just couldn't find a good documentation or Tutorial on this. Does anyone know a place where to get something like that (docs, tutorials)?
Thanks,
Luke