Modificare il file:
\FckEditor\plugins\tagBr\fckplugin.js
// JavaScript Document var FCKtagBrCommand = function() { this.Name = 'tagBr'; } FCKtagBrCommand.prototype.Execute = function() { //var oEditor = window.parent.InnerDialogLoaded() ; FCK.InsertHtml( '<BR />' ) ; } FCKtagBrCommand.prototype.GetState = function() { return FCK_TRISTATE_OFF; } FCKCommands.RegisterCommand( 'tagBr', new FCKtagBrCommand()); var otagBrItem = new FCKToolbarButton( 'tagBr', "" ) ; otagBrItem.IconPath = FCKConfig.PluginsPath + 'tagBr/tagBr.gif' ; otagBrItem.Tooltip = FCKLang.tagBrTooltip FCKToolbarItems.RegisterItem( 'tagBr', otagBrItem ) ;
[
Íàçàä
]