I want to make a plugin for FCK just to write the
I manage to show at toolbar the control but the is an error, I can not write this I want.How can I do that?
<.!--more --.>.
I manage to show at toolbar the control but the is an error, I can not write this I want.How can I do that?
more=function(){ccTag = '<!--First-->';
FCK.InsertHtml(ccTag);}
FCKToolbarItems.RegisterItem( 'more' , new FCKToolbarButton( 'more' , FCKLang.InsertRowAfter, null, null, null, true, 100 ) ) ;
FCKCommands.RegisterCommand( 'more', more) ;
// Create the "Plaholder" toolbar button.
var more = new FCKToolbarButton( 'more', FCKLang.PlaceholderBtn ) ;
more.IconPath = FCKPlugins.Items['more'].Path + 'placeholder.gif' ;
FCKToolbarItems.RegisterItem( 'more', more ) ;
Re: Fckeditor plugin problem
http://sourceforge.net/tracker/index.ph ... tid=737639