?? fckplugin.js
字號:
// Register the related command.
// RegisterCommand takes the following arguments: CommandName, DialogCommand
// FCKDialogCommand takes the following arguments: CommandName, Dialog Title, Path to HTML file, Width, Height
FCKCommands.RegisterCommand( 'OpenWord', new FCKDialogCommand( 'OpenWord', FCKLang.OpenWordDlgTitle,
FCKPlugins.Items['OpenWord'].Path + 'openword.html', 340, 250 ) ) ;
// Create the toolbar button.
// FCKToolbarButton takes the following arguments: CommandName, Button Caption
var oOpenWordItem = new FCKToolbarButton( 'OpenWord', FCKLang.OpenWord ) ;
oOpenWordItem.IconPath = FCKPlugins.Items['OpenWord'].Path + 'word.gif' ;
FCKToolbarItems.RegisterItem( 'OpenWord', oOpenWordItem ) ;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -