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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? fckeditorcode_gecko.js

?? 該系統(tǒng)為西部數(shù)字開(kāi)發(fā)的房屋中介信息管理平臺(tái)
?? JS
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
FCKStyleDef.prototype.ApplyToSelection=function(){if (FCKSelection.GetType()=='Text'&&!this.IsObjectElement){var A=FCK.ToolbarSet.CurrentInstance.EditorWindow.getSelection();var e=FCK.ToolbarSet.CurrentInstance.EditorDocument.createElement(this.Element);for (var i=0;i<A.rangeCount;i++){e.appendChild(A.getRangeAt(i).extractContents());};this._AddAttributes(e);this._RemoveDuplicates(e);var B=A.getRangeAt(0);B.insertNode(e);}else{var C=FCK.ToolbarSet.CurrentInstance.Selection.GetSelectedElement();if (C.tagName==this.Element) this._AddAttributes(C);}};FCKStyleDef.prototype._AddAttributes=function(A){for (var a in this.Attributes){switch (a.toLowerCase()){case 'src':A.setAttribute('_fcksavedurl',this.Attributes[a],0);default:A.setAttribute(a,this.Attributes[a],0);}}};FCKStyleDef.prototype._RemoveDuplicates=function(A){for (var i=0;i<A.childNodes.length;i++){var B=A.childNodes[i];if (B.nodeType!=1) continue;this._RemoveDuplicates(B);if (this.IsEqual(B)) FCKTools.RemoveOuterTags(B);}};FCKStyleDef.prototype.IsEqual=function(e){if (e.tagName!=this.Element) return false;for (var a in this.Attributes){if (e.getAttribute(a)!=this.Attributes[a]) return false;};return true;};FCKStyleDef.prototype._RemoveMe=function(A){if (!A) return;var B=A.parentNode;if (A.nodeType==1&&this.IsEqual(A)){if (this.IsObjectElement){for (var a in this.Attributes) A.removeAttribute(a,0);return;}else FCKTools.RemoveOuterTags(A);};this._RemoveMe(B);}
var FCKStylesLoader=function(){this.Styles=new Object();this.StyleGroups=new Object();this.Loaded=false;this.HasObjectElements=false;};FCKStylesLoader.prototype.Load=function(A){var B=new FCKXml();B.LoadUrl(A);var C=B.SelectNodes('Styles/Style');for (var i=0;i<C.length;i++){var D=C[i].attributes.getNamedItem('element').value.toUpperCase();var E=new FCKStyleDef(C[i].attributes.getNamedItem('name').value,D);if (E.IsObjectElement) this.HasObjectElements=true;var F=B.SelectNodes('Attribute',C[i]);for (var j=0;j<F.length;j++){var G=F[j].attributes.getNamedItem('name').value;var H=F[j].attributes.getNamedItem('value').value;if (G.toLowerCase()=='style'){var I=document.createElement('SPAN');I.style.cssText=H;H=I.style.cssText;};E.AddAttribute(G,H);};this.Styles[E.Name]=E;var J=this.StyleGroups[D];if (J==null){this.StyleGroups[D]=new Array();J=this.StyleGroups[D];};J[J.length]=E;};this.Loaded=true;}
var FCKNamedCommand=function(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);};FCKNamedCommand.prototype.GetState=function(){return FCK.GetNamedCommandState(this.Name);};
var FCKDialogCommand=function(A,B,C,D,E,F,G){this.Name=A;this.Title=B;this.Url=C;this.Width=D;this.Height=E;this.GetStateFunction=F;this.GetStateParam=G;};FCKDialogCommand.prototype.Execute=function(){FCKDialog.OpenDialog('FCKDialog_'+this.Name,this.Title,this.Url,this.Width,this.Height);};FCKDialogCommand.prototype.GetState=function(){if (this.GetStateFunction) return this.GetStateFunction(this.GetStateParam);else return FCK_TRISTATE_OFF;};var FCKUndefinedCommand=function(){this.Name='Undefined';};FCKUndefinedCommand.prototype.Execute=function(){alert(FCKLang.NotImplemented);};FCKUndefinedCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKFontNameCommand=function(){this.Name='FontName';};FCKFontNameCommand.prototype.Execute=function(A){if (A==null||A==""){}else FCK.ExecuteNamedCommand('FontName',A);};FCKFontNameCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FontName');};var FCKFontSizeCommand=function(){this.Name='FontSize';};FCKFontSizeCommand.prototype.Execute=function(A){if (typeof(A)=='string') A=parseInt(A);if (A==null||A==''){FCK.ExecuteNamedCommand('FontSize',3);}else FCK.ExecuteNamedCommand('FontSize',A);};FCKFontSizeCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FontSize');};var FCKFormatBlockCommand=function(){this.Name='FormatBlock';};FCKFormatBlockCommand.prototype.Execute=function(A){if (A==null||A=='') FCK.ExecuteNamedCommand('FormatBlock','<P>');else if (A=='div'&&FCKBrowserInfo.IsGecko) FCK.ExecuteNamedCommand('FormatBlock','div');else FCK.ExecuteNamedCommand('FormatBlock','<'+A+'>');};FCKFormatBlockCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FormatBlock');};var FCKPreviewCommand=function(){this.Name='Preview';};FCKPreviewCommand.prototype.Execute=function(){FCK.Preview();};FCKPreviewCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKSaveCommand=function(){this.Name='Save';};FCKSaveCommand.prototype.Execute=function(){var A=FCK.LinkedField.form;if (typeof(A.onsubmit)=='function'){var B=A.onsubmit();if (B!=null&&B===false) return;};A.submit();};FCKSaveCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKNewPageCommand=function(){this.Name='NewPage';};FCKNewPageCommand.prototype.Execute=function(){FCKUndo.SaveUndoStep();FCK.SetHTML('');FCKUndo.Typing=true;};FCKNewPageCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKSourceCommand=function(){this.Name='Source';};FCKSourceCommand.prototype.Execute=function(){if (FCKConfig.SourcePopup){var A=FCKConfig.ScreenWidth*0.65;var B=FCKConfig.ScreenHeight*0.65;FCKDialog.OpenDialog('FCKDialog_Source',FCKLang.Source,'dialog/fck_source.html',A,B,null,null,true);}else FCK.SwitchEditMode();};FCKSourceCommand.prototype.GetState=function(){return (FCK.EditMode==FCK_EDITMODE_WYSIWYG?FCK_TRISTATE_OFF:FCK_TRISTATE_ON);};var FCKUndoCommand=function(){this.Name='Undo';};FCKUndoCommand.prototype.Execute=function(){if (FCKBrowserInfo.IsIE) FCKUndo.Undo();else FCK.ExecuteNamedCommand('Undo');};FCKUndoCommand.prototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CheckUndoState()?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED);else return FCK.GetNamedCommandState('Undo');};var FCKRedoCommand=function(){this.Name='Redo';};FCKRedoCommand.prototype.Execute=function(){if (FCKBrowserInfo.IsIE) FCKUndo.Redo();else FCK.ExecuteNamedCommand('Redo');};FCKRedoCommand.prototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CheckRedoState()?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED);else return FCK.GetNamedCommandState('Redo');};var FCKPageBreakCommand=function(){this.Name='PageBreak';};FCKPageBreakCommand.prototype.Execute=function(){var e=FCK.EditorDocument.createElement('DIV');e.style.pageBreakAfter='always';e.innerHTML='<span style="DISPLAY:none">&nbsp;</span>';var A=FCKDocumentProcessor_CreateFakeImage('FCK__PageBreak',e);A=FCK.InsertElement(A);};FCKPageBreakCommand.prototype.GetState=function(){return 0;};var FCKUnlinkCommand=function(){this.Name='Unlink';};FCKUnlinkCommand.prototype.Execute=function(){if (FCKBrowserInfo.IsGecko){var A=FCK.Selection.MoveToAncestorNode('A');if (A) FCK.Selection.SelectNode(A);};FCK.ExecuteNamedCommand(this.Name);if (FCKBrowserInfo.IsGecko) FCK.Selection.Collapse(true);};FCKUnlinkCommand.prototype.GetState=function(){return FCK.GetNamedCommandState(this.Name);}
var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=(FCKConfig.SpellChecker=='SpellerPages');};FCKSpellCheckCommand.prototype.Execute=function(){FCKDialog.OpenDialog('FCKDialog_SpellCheck','Spell Check','dialog/fck_spellerpages.html',440,480);};FCKSpellCheckCommand.prototype.GetState=function(){return this.IsEnabled?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED;}
var FCKTextColorCommand=function(A){this.Name=A=='ForeColor'?'TextColor':'BGColor';this.Type=A;var B;if (FCKBrowserInfo.IsIE) B=window;else if (FCK.ToolbarSet._IFrame) B=FCKTools.GetElementWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B,true);this._Panel.AppendStyleSheet(FCKConfig.SkinPath+'fck_editor.css');this._Panel.MainNode.className='FCK_Panel';this._CreatePanelBody(this._Panel.Document,this._Panel.MainNode);FCKTools.DisableSelection(this._Panel.Document.body);};FCKTextColorCommand.prototype.Execute=function(A,B,C){FCK._ActiveColorPanelType=this.Type;this._Panel.Show(A,B,C);};FCKTextColorCommand.prototype.SetColor=function(A){if (FCK._ActiveColorPanelType=='ForeColor') FCK.ExecuteNamedCommand('ForeColor',A);else if (FCKBrowserInfo.IsGeckoLike){if (FCKBrowserInfo.IsGecko&&!FCKConfig.GeckoUseSPAN) FCK.EditorDocument.execCommand('useCSS',false,false);FCK.ExecuteNamedCommand('hilitecolor',A);if (FCKBrowserInfo.IsGecko&&!FCKConfig.GeckoUseSPAN) FCK.EditorDocument.execCommand('useCSS',false,true);}else FCK.ExecuteNamedCommand('BackColor',A);delete FCK._ActiveColorPanelType;};FCKTextColorCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};function FCKTextColorCommand_OnMouseOver()	{ this.className='ColorSelected';};function FCKTextColorCommand_OnMouseOut()	{ this.className='ColorDeselected';};function FCKTextColorCommand_OnClick(){this.className='ColorDeselected';this.Command.SetColor('#'+this.Color);this.Command._Panel.Hide();};function FCKTextColorCommand_AutoOnClick(){this.className='ColorDeselected';this.Command.SetColor('');this.Command._Panel.Hide();};function FCKTextColorCommand_MoreOnClick(){this.className='ColorDeselected';this.Command._Panel.Hide();FCKDialog.OpenDialog('FCKDialog_Color',FCKLang.DlgColorTitle,'dialog/fck_colorselector.html',400,330,this.Command.SetColor);};FCKTextColorCommand.prototype._CreatePanelBody=function(A,B){function CreateSelectionDiv(){var C=A.createElement("DIV");C.className='ColorDeselected';C.onmouseover=FCKTextColorCommand_OnMouseOver;C.onmouseout=FCKTextColorCommand_OnMouseOut;return C;};var D=B.appendChild(A.createElement("TABLE"));D.className='ForceBaseFont';D.style.tableLayout='fixed';D.cellPadding=0;D.cellSpacing=0;D.border=0;D.width=150;var E=D.insertRow(-1).insertCell(-1);E.colSpan=8;var C=E.appendChild(CreateSelectionDiv());C.innerHTML='<table cellspacing="0" cellpadding="0" width="100%" border="0">\<tr>\<td><div class="ColorBoxBorder"><div class="ColorBox" style="background-color: #000000"></div></div></td>\<td nowrap width="100%" align="center">' + FCKLang.ColorAutomatic + '</td>\</tr>\</table>';C.Command=this;C.onclick=FCKTextColorCommand_AutoOnClick;var G=FCKConfig.FontColors.toString().split(',');var H=0;while (H<G.length){var I=D.insertRow(-1);for (var i=0;i<8&&H<G.length;i++,H++){C=I.insertCell(-1).appendChild(CreateSelectionDiv());C.Color=G[H];C.innerHTML='<div class="ColorBoxBorder"><div class="ColorBox" style="background-color: #'+G[H]+'"></div></div>';C.Command=this;C.onclick=FCKTextColorCommand_OnClick;}};E=D.insertRow(-1).insertCell(-1);E.colSpan=8;C=E.appendChild(CreateSelectionDiv());C.innerHTML='<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap align="center">'+FCKLang.ColorMoreColors+'</td></tr></table>';C.Command=this;C.onclick=FCKTextColorCommand_MoreOnClick;}
var FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.Execute=function(){FCK.PasteAsPlainText();};FCKPastePlainTextCommand.prototype.GetState=function(){return FCK.GetNamedCommandState('Paste');};
var FCKPasteWordCommand=function(){this.Name='PasteWord';};FCKPasteWordCommand.prototype.Execute=function(){FCK.PasteFromWord();};FCKPasteWordCommand.prototype.GetState=function(

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
中文字幕日韩一区| 午夜欧美在线一二页| 在线欧美小视频| 捆绑调教一区二区三区| 综合激情网...| 久久亚洲精华国产精华液| 欧洲一区在线观看| 丰满少妇久久久久久久| 秋霞影院一区二区| 亚洲夂夂婷婷色拍ww47| 欧美国产精品专区| 精品人伦一区二区色婷婷| 欧美日韩一二三| 色综合天天综合网天天狠天天| 国产一区二区主播在线| 午夜精品国产更新| 亚洲免费伊人电影| 国产精品天天看| 国产欧美一区二区精品性色| 欧美一级国产精品| 欧美日韩一区二区三区高清| 久久蜜桃av一区精品变态类天堂| 色乱码一区二区三区88| jvid福利写真一区二区三区| 韩国女主播一区二区三区| 琪琪久久久久日韩精品| 亚洲国产乱码最新视频| 一区二区激情视频| 亚洲日本va在线观看| 国产日韩欧美麻豆| 国产清纯美女被跳蛋高潮一区二区久久w | 国产精品久久久久aaaa| 久久综合av免费| 久久一二三国产| 久久免费的精品国产v∧| www激情久久| 精品国产伦一区二区三区观看方式 | 亚洲国产精品麻豆| 亚洲精品久久久蜜桃| 国产精品影视在线观看| 美女网站色91| 久久激情五月激情| 久久爱www久久做| 精品一区二区久久| 久久精品国产澳门| 美女视频黄 久久| 久久国内精品自在自线400部| 喷水一区二区三区| 韩国av一区二区三区四区| 精品一区二区三区视频在线观看| 国产在线精品不卡| 国产精品亚洲第一| 99久久99精品久久久久久 | 欧美精品高清视频| 精品婷婷伊人一区三区三| 欧美亚洲国产一区二区三区va| 色婷婷狠狠综合| 欧美日本一区二区三区四区| 欧美一级专区免费大片| 精品国精品国产| 久久精品亚洲精品国产欧美| 专区另类欧美日韩| 久久久久88色偷偷免费| 久久毛片高清国产| 国产亚洲欧美日韩在线一区| 国产精品卡一卡二| 亚洲午夜精品网| 久久精品国产在热久久| 国产一区二区三区香蕉| 91天堂素人约啪| 欧美另类videos死尸| 精品三级在线看| 最新国产の精品合集bt伙计| 日日夜夜精品免费视频| 国产九色sp调教91| 色综合天天综合在线视频| 日韩一区二区三区视频在线| 国产精品水嫩水嫩| 性久久久久久久久| 粉嫩13p一区二区三区| 欧美影片第一页| 久久丝袜美腿综合| 亚洲成国产人片在线观看| 寂寞少妇一区二区三区| 99久久精品国产网站| 欧美一级片在线看| 国产精品久久久爽爽爽麻豆色哟哟 | 欧美视频一区二区三区在线观看| 日韩视频免费观看高清完整版在线观看 | 蜜桃一区二区三区在线观看| 岛国精品一区二区| 欧美久久一二区| 中文字幕在线观看不卡视频| 免费成人你懂的| 色婷婷精品久久二区二区蜜臂av| 久久久久亚洲综合| 性欧美大战久久久久久久久| 97久久超碰精品国产| 精品免费一区二区三区| 亚洲国产精品麻豆| 色综合中文字幕| 欧美高清在线视频| 久久99国产精品久久99果冻传媒| 在线视频一区二区三| 中文字幕免费不卡在线| 久久av中文字幕片| 欧美男女性生活在线直播观看| 中文字幕一区三区| 在线免费观看日本一区| 日韩欧美国产综合| 亚洲嫩草精品久久| 国产成人一区二区精品非洲| 337p亚洲精品色噜噜狠狠| 国产精品不卡在线观看| 国产一区二区三区最好精华液| 欧美精品视频www在线观看| 亚洲日本免费电影| www.欧美日韩国产在线| 久久久久久9999| 久久99精品国产麻豆不卡| 91精品国产一区二区人妖| 香港成人在线视频| 欧美在线高清视频| 一区二区三区不卡视频 | 麻豆91小视频| 欧美裸体一区二区三区| 亚洲二区视频在线| 欧美午夜片在线看| 亚洲精选视频在线| 色成年激情久久综合| 综合激情成人伊人| 色婷婷综合视频在线观看| 亚洲蜜桃精久久久久久久| 91香蕉视频污在线| 一区二区三区不卡在线观看 | 欧美日韩成人高清| 亚洲地区一二三色| 欧美日韩在线播放三区四区| 亚洲小说欧美激情另类| 欧美日韩一区三区四区| 午夜日韩在线电影| 88在线观看91蜜桃国自产| 奇米影视7777精品一区二区| 欧美大胆一级视频| 国产一区二区精品久久| 中文字幕免费一区| 97久久超碰国产精品| 一区二区三区电影在线播| 欧美三级日韩在线| 麻豆91精品91久久久的内涵| 久久综合九色综合久久久精品综合| 国产乱一区二区| 国产精品美女久久福利网站| 色婷婷久久99综合精品jk白丝 | 久久99这里只有精品| 337p日本欧洲亚洲大胆色噜噜| 国产一区福利在线| 国产精品家庭影院| 欧美曰成人黄网| 蜜臀va亚洲va欧美va天堂| 国产日韩三级在线| 日本韩国欧美三级| 蜜桃一区二区三区在线| 中文字幕欧美激情| 欧美色欧美亚洲另类二区| 日本不卡一区二区三区高清视频| 久久丝袜美腿综合| 91精彩视频在线| 国内精品在线播放| 亚洲激情图片一区| 欧美精品一区二区三区高清aⅴ| 国产成都精品91一区二区三 | 99久久精品免费看| 亚洲18女电影在线观看| 久久在线观看免费| 91国偷自产一区二区开放时间 | 日本伊人色综合网| 中文字幕电影一区| 在线观看91av| 成人不卡免费av| 日欧美一区二区| 国产精品不卡视频| 日韩免费性生活视频播放| 99精品视频一区| 狠狠色丁香婷婷综合久久片| 亚洲另类色综合网站| 久久亚洲精精品中文字幕早川悠里 | 亚洲成人中文在线| 中文字幕欧美国产| 日韩一级视频免费观看在线| 99re这里只有精品视频首页| 激情深爱一区二区| 亚洲大片免费看| 亚洲图片欧美激情| 久久综合色之久久综合| 欧美日韩国产首页在线观看| www.欧美精品一二区| 狠狠网亚洲精品| 男女激情视频一区| 亚洲第一成人在线|