I am programming some plugins that insert elements like pictures and tables inside the editor. What I need is to see these elements in the editor rendered with their final aspect. I mean, I need to add css classes to the editor and use them to render text in the editor, and I want to do it on the fly, seing those elements rendered in the editor.

Is there any way to do it? Can I see the elementes correctly rendered inside the editor inserting them with a plugin?

Thank you!

link|improve this question
feedback

1 Answer

Yes you can.

You will have a dropdown list in your editor, where you can select configured CSS styles to be applied in your content.

How to do it you can find in the documentation:

http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Styles

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.