亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? fck_startup.js

?? 網(wǎng)站代碼
?? JS
字號:
?/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * This file has been compacted for best loading performance.
 */
var NS;if (!(NS=window.parent.__FCKeditorNS)) NS=window.parent.__FCKeditorNS=new Object();
Array.prototype.addItem=function(A){var i=this.length;this[i]=A;return i;};Array.prototype.indexOf=function(A){for (var i=0;i<this.length;i++){if (this[i]==A) return i;};return-1;};String.prototype.startsWith=function(A){return (this.substr(0,A.length)==A);};String.prototype.endsWith=function(A,B){var C=this.length;var D=A.length;if (D>C) return false;if (B){var E=new RegExp(A+'$','i');return E.test(this);}else return (D==0||this.substr(C-D,D)==A);};String.prototype.remove=function(A,B){var s='';if (A>0) s=this.substring(0,A);if (A+B<this.length) s+=this.substring(A+B,this.length);return s;};String.prototype.trim=function(){return this.replace(/(^\s*)|(\s*$)/g,'');};String.prototype.ltrim=function(){return this.replace(/^\s*/g,'');};String.prototype.rtrim=function(){return this.replace(/\s*$/g,'');};String.prototype.replaceNewLineChars=function(A){return this.replace(/\n/g,A);}
var FCK_STATUS_NOTLOADED=window.parent.FCK_STATUS_NOTLOADED=0;var FCK_STATUS_ACTIVE=window.parent.FCK_STATUS_ACTIVE=1;var FCK_STATUS_COMPLETE=window.parent.FCK_STATUS_COMPLETE=2;var FCK_TRISTATE_OFF=window.parent.FCK_TRISTATE_OFF=0;var FCK_TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;var FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_DISABLED=-1;var FCK_UNKNOWN=window.parent.FCK_UNKNOWN=-1000;var FCK_TOOLBARITEM_ONLYICON=window.parent.FCK_TOOLBARITEM_ONLYICON=0;var FCK_TOOLBARITEM_ONLYTEXT=window.parent.FCK_TOOLBARITEM_ONLYTEXT=1;var FCK_TOOLBARITEM_ICONTEXT=window.parent.FCK_TOOLBARITEM_ICONTEXT=2;var FCK_EDITMODE_WYSIWYG=window.parent.FCK_EDITMODE_WYSIWYG=0;var FCK_EDITMODE_SOURCE=window.parent.FCK_EDITMODE_SOURCE=1;
var FCKBrowserInfo;if (!(FCKBrowserInfo=NS.FCKBrowserInfo)){FCKBrowserInfo=NS.FCKBrowserInfo=new Object();var sAgent=navigator.userAgent.toLowerCase();FCKBrowserInfo.IsIE=(sAgent.indexOf("msie")!=-1);FCKBrowserInfo.IsGecko=!FCKBrowserInfo.IsIE;FCKBrowserInfo.IsSafari=(sAgent.indexOf("safari")!=-1);FCKBrowserInfo.IsNetscape=(sAgent.indexOf("netscape")!=-1);};
var FCKScriptLoader=new Object();FCKScriptLoader.IsLoading=false;FCKScriptLoader.Queue=new Array();FCKScriptLoader.AddScript=function(A){FCKScriptLoader.Queue[FCKScriptLoader.Queue.length]=A;if (!this.IsLoading) this.CheckQueue();};FCKScriptLoader.CheckQueue=function(){if (this.Queue.length>0){this.IsLoading=true;var A=this.Queue[0];var B=new Array();for (i=1;i<this.Queue.length;i++) B[i-1]=this.Queue[i];this.Queue=B;this.LoadFile(A);}else{this.IsLoading=false;if (this.OnEmpty) this.OnEmpty();};};FCKScriptLoader.LoadFile=function(A){var e;if (A.lastIndexOf('.css')>0){e=document.createElement('LINK');e.rel='stylesheet';e.type='text/css';}else{e=document.createElement("script");e.type="text/javascript";};document.getElementsByTagName("head")[0].appendChild(e);if (e.tagName=='LINK'){if (FCKBrowserInfo.IsIE) e.onload=FCKScriptLoader_OnLoad;else FCKScriptLoader.CheckQueue();e.href=A;}else{e.onload=e.onreadystatechange=FCKScriptLoader_OnLoad;e.src=A;};};function FCKScriptLoader_OnLoad(){if (this.tagName=='LINK'||!this.readyState||this.readyState=='loaded') FCKScriptLoader.CheckQueue();}
var FCKURLParams=new Object();var aParams=document.location.search.substr(1).split('&');for (var i=0;i<aParams.length;i++){var aParam=aParams[i].split('=');var sParamName=aParam[0];var sParamValue=aParam[1];FCKURLParams[sParamName]=sParamValue;}
var FCK=new Object();FCK.Name=FCKURLParams['InstanceName'];FCK.Status=FCK_STATUS_NOTLOADED;FCK.EditMode=FCK_EDITMODE_WYSIWYG;FCK.LoadLinkedFile=function(){var A=window.parent.document;var B=A.getElementById(FCK.Name);var C=A.getElementsByName(FCK.Name);var i=0;while (B||i==0){if (B&&(B.tagName=='INPUT'||B.tagName=='TEXTAREA')){FCK.LinkedField=B;break;};B=C[i++];};};FCK.LoadLinkedFile();var FCKTempBin=new Object();FCKTempBin.Elements=new Array();FCKTempBin.AddElement=function(A){var B=FCKTempBin.Elements.length;FCKTempBin.Elements[B]=A;return B;};FCKTempBin.RemoveElement=function(A){var e=FCKTempBin.Elements[A];FCKTempBin.Elements[A]=null;return e;};FCKTempBin.Reset=function(){var i=0;while (i<FCKTempBin.Elements.length) FCKTempBin.Elements[i++]==null;FCKTempBin.Elements.length=0;}
var FCKConfig=FCK.Config=new Object();if (document.location.protocol=='file:'){FCKConfig.BasePath=unescape(document.location.pathname.substr(1));FCKConfig.BasePath=FCKConfig.BasePath.replace(/\\/gi, '/');FCKConfig.BasePath='file://'+FCKConfig.BasePath.substring(0,FCKConfig.BasePath.lastIndexOf('/')+1);}else{FCKConfig.BasePath=document.location.pathname.substring(0,document.location.pathname.lastIndexOf('/')+1);FCKConfig.FullBasePath=document.location.protocol+'//'+document.location.host+FCKConfig.BasePath;};FCKConfig.EditorPath=FCKConfig.BasePath.replace(/editor\/$/,'');try{FCKConfig.ScreenWidth=screen.width;FCKConfig.ScreenHeight=screen.height;}catch (e){FCKConfig.ScreenWidth=800;FCKConfig.ScreenHeight=600;};FCKConfig.ProcessHiddenField=function(){this.PageConfig=new Object();var A=window.parent.document.getElementById(FCK.Name+'___Config');if (!A) return;var B=A.value.split('&');for (var i=0;i<B.length;i++){if (B[i].length==0) continue;var C=B[i].split('=');var D=unescape(C[0]);var E=unescape(C[1]);if (D=='CustomConfigurationsPath') FCKConfig[D]=E;else if (E.toLowerCase()=="true") this.PageConfig[D]=true;else if (E.toLowerCase()=="false") this.PageConfig[D]=false;else if (!isNaN(E)) this.PageConfig[D]=parseInt(E);else this.PageConfig[D]=E;};};FCKConfig.LoadPageConfig=function(){for (var A in this.PageConfig) FCKConfig[A]=this.PageConfig[A];};FCKConfig.ToolbarSets=new Object();FCKConfig.Plugins=new Object();FCKConfig.Plugins.Items=new Array();FCKConfig.Plugins.Add=function(A,B,C){FCKConfig.Plugins.Items.addItem([A,B,C]);};FCKConfig.ProtectedSource=new Object();FCKConfig.ProtectedSource.RegexEntries=new Array();FCKConfig.ProtectedSource.Add=function(A){this.RegexEntries.addItem(A);};FCKConfig.ProtectedSource.Protect=function(A){function _Replace(protectedSource){var B=FCKTempBin.AddElement(protectedSource);return '<!--{PS..'+B+'}-->';};for (var i=0;i<this.RegexEntries.length;i++){A=A.replace(this.RegexEntries[i],_Replace);};return A;};FCKConfig.ProtectedSource.Revert=function(A,B){function _Replace(m,opener,index){var C=B?FCKTempBin.RemoveElement(index):FCKTempBin.Elements[index];return FCKConfig.ProtectedSource.Revert(C,B);};return A.replace(/(<|&lt;)!--\{PS..(\d+)\}--(>|&gt;)/g,_Replace);};FCKConfig.ProtectedSource.Add(/<!--[\s\S]*?-->/g);
var FCKeditorAPI;function FCKeditorAPI_GetInstance(instanceName){return this.__Instances[instanceName];};if (!window.parent.FCKeditorAPI){FCKeditorAPI=window.parent.FCKeditorAPI=new Object();FCKeditorAPI.__Instances=new Object();FCKeditorAPI.Version='2.2';FCKeditorAPI.GetInstance=FCKeditorAPI_GetInstance;}else FCKeditorAPI=window.parent.FCKeditorAPI;FCKeditorAPI.__Instances[FCK.Name]=FCK;
function Window_OnContextMenu(e){if (e) e.preventDefault();else{if (event.srcElement==document.getElementById('eSourceField')) return true;};return false;};window.document.oncontextmenu=Window_OnContextMenu;if (FCKBrowserInfo.IsGecko){function Window_OnResize(){var oFrame=document.getElementById('eEditorArea');oFrame.height=0;var oCell=document.getElementById(FCK.EditMode==FCK_EDITMODE_WYSIWYG?'eWysiwygCell':'eSource');var iHeight=oCell.offsetHeight;oFrame.height=iHeight-2;};window.onresize=Window_OnResize;};if (FCKBrowserInfo.IsIE){var aCleanupDocs=new Array();aCleanupDocs[0]=document;function Window_OnBeforeUnload(){var d,e;var j=0;while ((d=aCleanupDocs[j++])){var i=0;while ((e=d.getElementsByTagName("DIV").item(i++))){if (e.FCKToolbarButton) e.FCKToolbarButton=null;if (e.FCKSpecialCombo) e.FCKSpecialCombo=null;if (e.Command) e.Command=null;};i=0;while ((e=d.getElementsByTagName("TR").item(i++))){if (e.FCKContextMenuItem) e.FCKContextMenuItem=null;};aCleanupDocs[j]=null;};if (typeof(FCKTempBin)!='undefined') FCKTempBin.Reset();};window.attachEvent("onunload",Window_OnBeforeUnload);};function Window_OnLoad(){if (FCKBrowserInfo.IsNetscape) document.getElementById('eWysiwygCell').style.paddingRight='2px';LoadConfigFile();};window.onload=Window_OnLoad;function LoadConfigFile(){FCKScriptLoader.OnEmpty=ProcessHiddenField;FCKScriptLoader.AddScript('../fckconfig.js');};function ProcessHiddenField(){FCKConfig.ProcessHiddenField();LoadCustomConfigFile();};function LoadCustomConfigFile(){if (FCKConfig.CustomConfigurationsPath.length>0){FCKScriptLoader.OnEmpty=LoadPageConfig;FCKScriptLoader.AddScript(FCKConfig.CustomConfigurationsPath);}else{LoadPageConfig();};};function LoadPageConfig(){FCKConfig.LoadPageConfig();if (FCKConfig.AllowQueryStringDebug&&(/fckdebug=true/i).test(window.top.location.search)) FCKConfig.Debug=true;LoadStyles();};function LoadStyles(){FCKScriptLoader.OnEmpty=LoadScripts;FCKScriptLoader.AddScript(FCKConfig.SkinPath+'fck_editor.css');FCKScriptLoader.AddScript(FCKConfig.SkinPath+'fck_contextmenu.css');};function LoadScripts(){FCKScriptLoader.OnEmpty=null;if (FCKBrowserInfo.IsIE) FCKScriptLoader.AddScript('js/fckeditorcode_ie_1.js');else FCKScriptLoader.AddScript('js/fckeditorcode_gecko_1.js');};function LoadLanguageFile(){FCKScriptLoader.OnEmpty=LoadEditor;FCKScriptLoader.AddScript('lang/'+FCKLanguageManager.ActiveLanguage.Code+'.js');};function LoadEditor(){FCKScriptLoader.OnEmpty=null;if (FCKLang) window.document.dir=FCKLang.Dir;FCK.StartEditor();}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲激情av在线| 丝袜美腿亚洲一区二区图片| 精品免费日韩av| 欧美猛男男办公室激情| 欧美在线制服丝袜| 成人av网站大全| 成人性生交大片免费看中文网站| 狠狠色丁香婷婷综合久久片| 蜜桃一区二区三区在线观看| 免费人成黄页网站在线一区二区| 亚洲123区在线观看| 精品久久国产97色综合| 精品99一区二区三区| 欧美一区二区成人| 91福利在线看| 在线观看视频一区二区欧美日韩| 91日韩精品一区| 欧美日韩一区三区四区| 欧美日韩国产电影| 欧美日韩国产免费一区二区| 6080国产精品一区二区| 欧美日韩国产在线观看| 日本久久电影网| 精品视频1区2区| 欧美浪妇xxxx高跟鞋交| 精品国产精品网麻豆系列| 久久色.com| 日本一区二区三区dvd视频在线| 国产精品国产三级国产普通话99| 国产精品乱人伦| 亚洲视频一区二区在线| 天天影视涩香欲综合网| 奇米777欧美一区二区| 婷婷激情综合网| 久久成人羞羞网站| 国产乱一区二区| 色综合久久99| 欧美精品粉嫩高潮一区二区| 日韩女优电影在线观看| 国产精品乱人伦一区二区| 伊人色综合久久天天| 免费观看一级欧美片| 国产成人精品免费| 91色porny| 精品国产sm最大网站| 国产精品每日更新| 亚洲成a人片在线不卡一二三区| 青青草成人在线观看| 国产成人av电影免费在线观看| av一二三不卡影片| 欧美妇女性影城| 国产亚洲精品bt天堂精选| 亚洲综合免费观看高清完整版在线 | 亚洲二区在线视频| 韩日精品视频一区| 99综合电影在线视频| 色菇凉天天综合网| 国产亚洲福利社区一区| 亚洲一区二区av在线| 国产高清精品网站| 色婷婷av一区二区三区软件| 日韩欧美国产综合| 亚洲精品美腿丝袜| 久久se精品一区二区| 日韩欧美中文字幕公布| 亚洲美女在线一区| 国产真实乱子伦精品视频| 国产精品99久久不卡二区| 欧美三级电影在线看| 欧美精品一区二区三区在线| 亚欧色一区w666天堂| 国产福利一区二区| 欧美二区乱c少妇| 亚洲综合久久久| 国产一区二区三区香蕉| 在线播放欧美女士性生活| 中文字幕av资源一区| 日韩成人免费电影| 91亚洲精品久久久蜜桃| 精品粉嫩超白一线天av| 婷婷成人综合网| 一本色道亚洲精品aⅴ| 在线观看不卡视频| 国产精品久久久久久久久搜平片 | 国产欧美一区二区精品仙草咪| 亚洲激情图片qvod| 大胆亚洲人体视频| 日韩欧美一区二区在线视频| 亚洲一区二区三区在线播放 | 欧美日韩mp4| 亚洲精品视频自拍| 国产不卡视频一区二区三区| 国产亚洲精品bt天堂精选| 全国精品久久少妇| 99视频精品在线| 中文字幕欧美激情| 激情文学综合网| 精品日产卡一卡二卡麻豆| 日韩国产欧美一区二区三区| 粉嫩绯色av一区二区在线观看 | 日韩欧美国产系列| 日日夜夜精品免费视频| 欧洲精品视频在线观看| 国产精品久久久久一区| av亚洲精华国产精华精华| 国产无一区二区| 日产国产欧美视频一区精品| 91福利资源站| 亚洲乱码国产乱码精品精的特点| 91色porny在线视频| 国产精品久久综合| 五月天亚洲精品| 欧美久久久久久久久中文字幕| 亚洲一区中文日韩| 欧美日韩aaaaa| 天堂蜜桃一区二区三区| 91国产免费看| 秋霞影院一区二区| 精品欧美黑人一区二区三区| 国产精品99久久久久久久vr| 国产午夜亚洲精品羞羞网站| 久久不见久久见中文字幕免费| 国产午夜精品福利| 成人久久久精品乱码一区二区三区| 亚洲人成网站在线| 在线亚洲欧美专区二区| 午夜久久久久久久久久一区二区| 欧美视频完全免费看| 亚洲成av人片在线观看| 欧美成人官网二区| 国产夫妻精品视频| 亚洲欧美激情小说另类| 欧美亚洲日本国产| 性久久久久久久| 国产午夜精品久久久久久久| 成人av网站大全| 石原莉奈在线亚洲二区| 日韩一本二本av| 国产精品自拍毛片| 亚洲尤物视频在线| 欧美一区中文字幕| 99久久国产免费看| 性久久久久久久| 欧美电影影音先锋| 国产成人免费视频| 亚洲色图欧洲色图| 日韩一区二区免费电影| 韩国v欧美v日本v亚洲v| 日韩欧美一区中文| 成人av先锋影音| 亚洲成a人片综合在线| 久久久99久久| 色婷婷一区二区三区四区| 亚洲aaa精品| 国产人伦精品一区二区| 色综合中文字幕国产 | 欧美日韩一区二区三区四区| 美国十次综合导航| 国产精品久久久久一区二区三区| 欧美在线999| 国产剧情一区在线| 久久亚洲精品小早川怜子| 91免费在线看| 久久国产福利国产秒拍| 亚洲综合视频在线观看| 日韩欧美久久久| 欧美性受xxxx| 国产精华液一区二区三区| 综合av第一页| 日韩欧美第一区| 色婷婷综合久久久久中文一区二区| 国产一区二区在线看| 亚洲一区二区免费视频| 国产精品久久99| 欧美大片一区二区| 91蜜桃网址入口| 国产传媒日韩欧美成人| 日本 国产 欧美色综合| 亚洲女与黑人做爰| 日日夜夜精品视频天天综合网| 亚洲码国产岛国毛片在线| 精品人在线二区三区| 在线不卡中文字幕播放| 成人福利电影精品一区二区在线观看 | 亚洲精品在线三区| av欧美精品.com| 精品一区二区在线观看| 亚洲综合色婷婷| 国产精品日韩成人| 精品奇米国产一区二区三区| 91精品欧美综合在线观看最新| 成人国产精品视频| 国产成人午夜99999| 七七婷婷婷婷精品国产| 亚洲欧美另类小说| 国产精品盗摄一区二区三区| 精品国产免费人成电影在线观看四季| 欧美一区二区三区日韩视频| 色诱视频网站一区| 一本色道久久综合狠狠躁的推荐|