How do I get ckeditor to render HTML inside of the input? I have built a few plugins that render little snippits of code, but I am using a fakeelement with a simple image to represent a lot of code. I would rather have the actual html render in there...
Mon, 06/27/2011 - 17:29
#1

Re: Render HTML in Input
I think the only way to solve this is to create an ondoubleclick event listener to your fake elements that opens a dialog for showing and editing the code.