Add an icon to fck editor
My fck is running ok, but I need some custom stuff.
I want to add an icon to fckeditor and when one user click in the button, I want to add to the boy editor some text like:
I think this is simple but i don't know where can I do this!
Thanks!
My fck is running ok, but I need some custom stuff.
I want to add an icon to fckeditor and when one user click in the button, I want to add to the boy editor some text like:
<div class="customQuote"><p> </p><p> </p><p> </p></div>
I think this is simple but i don't know where can I do this!
Thanks!
Re: add ico to fckeditor
What you are trying to do is to create a custom plugin which will allow you to add new button to the toolbar.
Take a look at plugins documentation: http://wiki.fckeditor.net/Developer's_G ... n/Plug-ins
You will find there also link where you can download some working plugins, some of them may do almost that what you are looking for.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: add ico to fckeditor
Only now was possible for me to came to this forum and read your reply!
Thanks one more time!