fckplugin.js

来自「完美的在线教育系统」· JavaScript 代码 · 共 11 行

JS
11
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?