fckplugin.js

来自「动易SiteFactory网上商店系统正式版动易SiteFactory网上商店系」· JavaScript 代码 · 共 19 行

JS
19
字号
/*
 * For FCKeditor 2.3
 * 
 * File Name: fckplugin.js
 * 	Add a toolbar button to insert media.
 * 
 * File Authors:
 * 		Madpolice (madpolice_dong@163.com) 20060726
 */

// Register the related commands.
FCKCommands.RegisterCommand( 'PageTitle'		, new FCKDialogCommand( FCKLang['DlgMadPageTitle']	, FCKLang['DlgMadPageTitle']		, FCKConfig.PluginsPath + 'PageTitle/pagetitle.html'	, 400, 300 ) ) ;

// Create the "Media" toolbar button.
var oFindItem		= new FCKToolbarButton( 'PageTitle', FCKLang['PageTitle'] ) ;
oFindItem.IconPath	= FCKConfig.PluginsPath + 'PageTitle/pagetitle.gif' ;

FCKToolbarItems.RegisterItem( 'PageTitle', oFindItem ) ;			// 'PageTitle' is the name used in the Toolbar config.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?