Hi all,
I managed to create a plugin to add some custom toolbar buttons, now I need to make those buttons do something when clicked. All they will need to do is surround the text in a span like so: <span class="foo">text here</span>.
Also, how do I load the custom CSS that matches my classes and make it apply to the content of the fckeditor.
Also, is it possible to have buttons and a toolbar that are not a fixed size. With HTMLArea, I was able to do this easily by hacking the code, but haven't had success with doing the same with fckeditor.
--
bye,
pabs
I managed to create a plugin to add some custom toolbar buttons, now I need to make those buttons do something when clicked. All they will need to do is surround the text in a span like so: <span class="foo">text here</span>.
Also, how do I load the custom CSS that matches my classes and make it apply to the content of the fckeditor.
Also, is it possible to have buttons and a toolbar that are not a fixed size. With HTMLArea, I was able to do this easily by hacking the code, but haven't had success with doing the same with fckeditor.
--
bye,
pabs

RE: new toolbar command?
RE: new toolbar command?
https://sourceforge.net/forum/forum.php ... _id=257180
RE: new toolbar command?
RE: new toolbar command?
https://sourceforge.net/forum/forum.php ... _id=257180
RE: new toolbar command?
I can't help but think fckeditor needs a FAQ somewhere, perhaps a wiki so the user community can contribute to it?