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
Come on guys - I cannot believe that there isn't anybody who could spend a few minutes to get a nice little plugin working with FCKeditor.
it already runs on tinyMCE, SPAW and soon xinha. it would be greate if we could get going it on fckeditor too. if you like to have a preview of an early beta, have a look here: 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);