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