fckplugin.js
来自「完美的在线教育系统」· JavaScript 代码 · 共 10 行
JS
10 行
// Register the related commands.
var dialogPath = FCKConfig.PluginsPath + 'Video/fck_video.php';
var videoDialogCmd = new FCKDialogCommand( FCKLang["DlgVideoTitle"], FCKLang["DlgVideoTitle"], dialogPath, 450,300);
FCKCommands.RegisterCommand( 'Video', videoDialogCmd ) ;
// Create the Flash toolbar button.
var oVideoItem = new FCKToolbarButton( 'Video', FCKLang["DlgVideoTitle"]) ;
oVideoItem.IconPath = FCKConfig.PluginsPath + 'Video/videos.gif' ;
FCKToolbarItems.RegisterItem( 'Video', oVideoItem ) ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?