Hello
I'm currently working on an image browser and an image manager for some wysiwyg editors like SPAW, FCKedtor, and tinyMCE. However, I've not much experience yet with FCKeditor and I was wondering whether somebody would be able to help me in converting the SPAW or tinyMCE plugin interface file to FCKeditor. It would be nice to have some image browser,manager plugin that would work in all those editors.
any help is appreciated to get me started.
I'm currently working on an image browser and an image manager for some wysiwyg editors like SPAW, FCKedtor, and tinyMCE. However, I've not much experience yet with FCKeditor and I was wondering whether somebody would be able to help me in converting the SPAW or tinyMCE plugin interface file to FCKeditor. It would be nice to have some image browser,manager plugin that would work in all those editors.
any help is appreciated to get me started.

RE: FCKEditor plugin
RE: FCKEditor plugin
http://net4visions.com/dev/etomite/mana ... anager.php
RE: FCKEditor plugin
MTFBWY!!!
/ file: plugins/net4visions/fckplugin.js
function regCommandButton(daButton,daFile,daWidth,daHight) {
FCKCommands.RegisterCommand( daButton , new FCKDialogCommand( FCKLang['Dlg' + daButton + 'Title'] , FCKLang['Dlg' + daButton + 'Title'] , FCKConfig.PluginsPath + 'net4visions/' + daFile , daWidth, daHight ) ) ;
var oReplaceItem = new FCKToolbarButton( daButton, FCKLang['Dlg' + daButton + 'Title'] ) ;
oReplaceItem.IconPath = FCKConfig.PluginsPath + 'net4visions/button.'+ daButton + '.gif' ;
FCKToolbarItems.RegisterItem( daButton, oReplaceItem ) ;
}
regCommandButton('net4visions','net4visions.php',500,400);