Is there a way to view the HTML source that the editor is producing? Like the Source button on the regular FCKEditor.
I want to modify the way thumbnail images look by adding a class to the image HTML and I'm not sure how the editor is creating thumbnail images.
Is there a way to have a HTML Source button?
I want to modify the way thumbnail images look by adding a class to the image HTML and I'm not sure how the editor is creating thumbnail images.
Is there a way to have a HTML Source button?
Re: HTML Source Button
A source button is included w/ the editor. See the demo, and look in the upper left corner:
http://www.fckeditor.net/demo
Re: HTML Source Button
Re: HTML Source Button
However, you can try to adjust FCKeditorParser.body.php to your needs.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: HTML Source Button
Hey!
First, congratulations for the great work, and thank you very much for FCKEditor!
I'm also using MediaWiki+FCKeditor. I also need a way to insert HTML tags inside the wiki text, and FCKEditor translate the special characters to the HTML equivalent code.
Is there a way to tell FCKEditor to let those characters without conversion, like the <nowiki></nowiki> tag for MediaWiki? Something like:
<html></html>
or
<fck:noparse></fck:noparse>
Suggestions?
Thanks!