Firstly, hi all !
Excuse my poor english, I'm french
So I need some example of plugins.
For example I want to make a plugin to put the text in bold with a special tag : <myboldtag>mytext in bold</myboldtag>
I know how to create the plugins structure, the icons and how to activate and use a plugin in a specific toolbar.
I just want to know what I have to put in the fckplugin.js file to make a simple action...
I didn't found any docs, and the placeholder plugins seems to be too difficult for me to understand.
Please, help me. Thanks !
Wed, 04/20/2005 - 03:12
#1
RE: Need an simple plugin example...
just for start...
RE: Need an simple plugin example...
RE: Need an simple plugin example...
I have also look myFind and myReplace plugin but these plugins don't interact with the editor and the output. They just parse to find...
Could you please just give me an short ewample of a fckplugin.js.
Moreover I think I'm not the only one who wants to make plugins for new CMS integration...
Really thanks,
Pierre
RE: Need an simple plugin example...
RE: Need an simple plugin example...
I found this which is very helpfull :
http://sourceforge.net/forum/message.php?msg_id=3091867
But this example doesn't work on Gecko based browsers...