I would like to add a Code button to the FCKEditor Toolbar, but when I try adding it to one of my FCKConfig.ToolbarSets as 'Code', I receive this error 'Unknown toolbar item "Code"'. I take it FCKEditor perhaps doesn't have build in support for the <code> tag? Or do I simply have the wrong name?
Tue, 10/14/2008 - 20:07
#1
Re: <code> tag in Toolbar
FCKConfig.RemoveFormatTags = 'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var' ;
Re: <code> tag in Toolbar
Re: <code> tag in Toolbar
If you want a button, you'll need to create an icon for it and then use the plug-in system to install your new Code button as a valid toolbar item. See the developer docs for tips on that...
Re: <code> tag in Toolbar