⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fckeditorcode_gecko_2.js

📁 完美的在线教育系统
💻 JS
📖 第 1 页 / 共 5 页
字号:

//----------------------- 3----------------------------
FCKDialog.OpenDialog=function(A,B,C,D,E,F,G,H){
	var I=new Object();
	I.Title=B;
	I.Page=C;
	I.Editor=window;
	I.CustomValue=F;
	var J=FCKConfig.BasePath+'fckdialog.html';
	this.Show(I,A,J,D,E,G,H);
};
FCKDialog.OpenDialogFrame=function(A,B,C,D,E,F,G,H){
	var I=new Object();
	I.Title=B;
	I.Page=C;
	I.Editor=window;
	I.CustomValue=F;
	var J=FCKConfig.BasePath+'fckdialogframe.html'; 
	//this.ShowFrame(I,A,J,D,E,G,H);
	return I;
};

//-----------------------4----------------------------
FCKDialog.Show=function(A,B,C,D,E,F,G)
{
	var H=(FCKConfig.ScreenHeight-E)/2;var I=(FCKConfig.ScreenWidth-D)/2;
	var J="location=no,menubar=no,toolbar=no,dependent=yes,dialog=yes,minimizable=no,modal=yes,alwaysRaised=yes"+",resizable="+(G?'yes':'no')+",width="+D+",height="+E+",top="+H+",left="+I;
	if (!F)	
		F=window;
	// here we open the damn window!!
	var K=F.open('','FCKeditorDialog_'+B,J,true);
	

⌨️ 快捷键说明

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