📄 fckplugin.js
字号:
// Register the related commands.
//alert( oEditor.parentNode.tagName) ;
var dialogPath = FCKConfig.PluginsPath + 'Attachment/fck_Attachment.php';
var AttachmentDialogCmd = new FCKDialogCommand( FCKLang["DlgAttachTitle"], FCKLang["DlgAttachTitle"], dialogPath, 400, 300 );
FCKCommands.RegisterCommand( 'Attachment', AttachmentDialogCmd ) ;
// Create the Attachment toolbar button.
var oAttachmentItem = new FCKToolbarButton( 'Attachment', FCKLang["DlgAttachTitle"]) ;
oAttachmentItem.IconPath = FCKConfig.PluginsPath + 'Attachment/attachment.gif' ;
FCKToolbarItems.RegisterItem( 'Attachment', oAttachmentItem ) ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -