Lines Matching refs:document

22 …                  for (var c = document.getElementsByTagName("script"), d = 0; d < c.length; d++) {
41document.addEventListener ? (document.removeEventListener("DOMContentLoaded",
42 …a, !1), b()) : document.attachEvent && "complete" === document.readyState && (document.detachEvent…
53 document.documentElement.doScroll("left")
61 "complete" === document.readyState && setTimeout(a, 1);
63 …if (document.addEventListener) document.addEventListener("DOMContentLoaded", a, !1), window.addEve…
64 else if (document.attachEvent) {
65 document.attachEvent("onreadystatechange",
72 document.documentElement.doScroll && b && n()
247 …quirks: "BackCompat" == document.compatMode && (!document.documentMode || 10 > document.documentMo…
252 var a = document.domain,
261 …(c = d ? parseFloat(d[1]) : b.quirks || !document.documentMode ? parseFloat(a.match(/msie (\d+)/)[…
284 var a = document.createElement("script");
287 document.getElementsByTagName("head")[0].appendChild(a)
425 var a = document.createElement("div").style,
614 …;left:-9999px;top:-9999px;margin:0px;padding:0px;border:0px;"\x3e\x3c/div\x3e', CKEDITOR.document),
615 CKEDITOR.document.getBody().append(a));
709 a = window.parent.document.domain;
712 a = a ? a.replace(/.+?(?:\.|$)/, "") : document.domain;
714 document.domain =
777 for (var e = document.cookie.split(";"), b, c, g = 0; g < e.length; g++)
783document.cookie = encodeURIComponent(a) + "\x3d" + encodeURIComponent(e) + ";path\x3d/"
1102 var d = CKEDITOR.document.getWindow().getScrollPosition();
1803 …return a ? new CKEDITOR.dom[a.nodeType == CKEDITOR.NODE_DOCUMENT ? "document" : a.nodeType == CKED…
1879 … return new CKEDITOR.dom.document(this.$.ownerDocument || this.$.parentNode.ownerDocument)
2090 var a = this.$.document,
2103 a = a.document;
2115 CKEDITOR.dom.document = function(a) {
2118 CKEDITOR.dom.document.prototype = new CKEDITOR.dom.domObject;
2119 CKEDITOR.tools.extend(CKEDITOR.dom.document.prototype, {
2185 CKEDITOR.env.ie && 8 >= document.documentMode || !d || (a = d + ":" + a);
2237 "string" == typeof a && (a = (d ? d.$ : document).createElement(a));
2241 …return (a = "string" == typeof a ? document.getElementById(a) || document.getElementsByName(a)[0] …
2289 var f = document.createElement("_").classList,
2353 contains: document.compareDocumentPosition ? function(a) {
2407 var a = document.createElement("p");
2457 … getComputedStyle: document.defaultView && document.defaultView.getComputedStyle ? function(a) {
2471 getElementsByTag: CKEDITOR.dom.document.prototype.getElementsByTag,
2490 if (CKEDITOR.env.ie && 8 >= document.documentMode) {
2545 …a && CKEDITOR.env.webkit && (b = this.getWindow(), !b.equals(CKEDITOR.document.getWindow()) && (c …
2724 if (document.documentElement.getBoundingClientRect && (CKEDITOR.env.ie ?
2744 document.documentElement.getBoundingClientRect || !CKEDITOR.env.gecko ||
2833 a.contentWindow.document
2837 return a && new CKEDITOR.dom.document(a.contentWindow.document)
2943 a = a || CKEDITOR.document;
3196 var d = a instanceof CKEDITOR.dom.document;
3197 this.document = d ? a : a.getDocument();
3224 …e-bookmark\x3d"1" style\x3d"display:none"\x3e\x26nbsp;\x3c/span\x3e', a.document), c.insertAfter(b…
3238 …t.type === CKEDITOR.NODE_ELEMENT && t.getFirst().equals(F))) c.append(a.document.createText(F.subs…
3246 …&& (I = G.append(X.clone(0, f))) : M ? h(X, G, !1, E) : H && G.append(a.document.createText(X.subs…
3259 …&& (I = G.append(c.clone(0, f))) : q ? h(c, G, !1, z) : P && G.append(a.document.createText(c.subs…
3342 var b = new CKEDITOR.dom.documentFragment(this.document);
3351 var c = new CKEDITOR.dom.documentFragment(this.document);
3357 b = this.document.createElement("span");
3440 var b = this.document.getByAddress(a.start, a.normalized),
3442 d = a.end && this.document.getByAddress(a.end, a.normalized);
3446 } else b = (c = a.serializable) ? this.document.getById(a.startNode) : a.startNode,
3447 …a = c ? this.document.getById(a.endNode) : a.endNode, this.setStartBefore(b), b.remove(), a ? (thi…
3806 d = this.document.createElement(b);
4022 …r a = new CKEDITOR.dom.element.createFromHtml("\x3cspan\x3e\x26nbsp;\x3c/span\x3e", this.document),
4043 … e = CKEDITOR.dom.document.prototype.find.call(e, "[data-cke-widget-id]").toArray();
4081 b && (a = CKEDITOR.tools.getAbsoluteRectPosition(d.document.getWindow(), a));
4104 return void 0 !== this.document.getSelection ? function(d) {
4247 …contains(this._.lastNode) || (this._.lastNode = this._.docEndMarker = x.document.createText(""), t…
4318 …ot) ? d = m : !d || this.enforceRealBlocks && d.is(n) ? (d = this.range.document.createElement(a),…
5452 … 0 >= --g && (h && CKEDITOR.document.getDocumentElement().removeStyle("cursor"), e(b))
5481 e.appendTo(CKEDITOR.document.getHead())
5485 h && CKEDITOR.document.getDocumentElement().setStyle("cursor", "wait");
5656 return CKEDITOR.document.getById(this.spaceId(a))
6695 …DITOR.NODE_DOCUMENT_FRAGMENT ? z || CKEDITOR.env.needsBrFiller || !(7 < document.documentMode || f…
6890 f = b.document.createElement(f);
7285 CKEDITOR.document = new CKEDITOR.dom.document(document);
7337 …dOnly + '" class\x3d"cke_textarea_inline"\x3e' + c.getValue() + "\x3c/div\x3e", CKEDITOR.document),
7363 …for (var c = CKEDITOR.document.getElementsByTag(b), f = 0, h = c.count(); f < h; f++) a = c.getIte…
7451 for (var a = document.getElementsByTagName("textarea"), b = 0; b < a.length; b++) {
7499 … r = CKEDITOR.env.webkit && this.document && this.document.getWindow().$.frameElement;
7633 …TOR.env.version && !this.hasFocus && this.getDocument().equals(CKEDITOR.document) && (this.editor.…
7635 …|| CKEDITOR.env.edge && 14 < CKEDITOR.env.version || !this.getDocument().equals(CKEDITOR.document))
7646 …CKEDITOR.env.safari && !this.isInline() && (a = CKEDITOR.document.getActive(), a.equals(this.getWi…
7767 delete a.document;
7771 return this.getDocument().equals(CKEDITOR.document)
7804 if (a.collapsed) return new CKEDITOR.dom.documentFragment(a.document);
7821 doc: a.document
7917 …null != a._.previousScrollTop && b.getDocument().equals(CKEDITOR.document) && (b.$.scrollTop = a._…
7922 …this.equals(CKEDITOR.document.getActive()) && (this.hasFocus = !0, a.once("contentDom", function()…
7927 a.document =
7930 var f = a.document;
8230 p.document), p.insertNode(n), p.setStartAfter(n));
8272 r = n.document.createElement("body");
8292 n = y.document;
8368 … D = K.pop();) CKEDITOR.env.needsBrFiller ? D.appendBogus() : D.append(B.document.createText(" "));
8712 …k(a, c.block, c.blockLimit) && (d = g(a)) && (d = b.document.createElement(d), d.appendBogus(), b.…
8821 …blockLimit), CKEDITOR.env.webkit && !e && (this._.previousActive = this.document.getActive()), thi…
8893 … "display:none" : "position:fixed;top:0;left:-1000px") + '"\x3e' + c + "\x3c/div\x3e", a.document);
9007 var a = CKEDITOR.document.$.selection,
9019 var e = c.document,
9020 f = CKEDITOR.document,
9049 …2 == a.data.$.button && ((a = c.document.getSelection()) && a.getType() != CKEDITOR.SELECTION_NONE…
9052 …2 == a.data.$.button && v && (c.document.$.documentElement.scrollLeft = v.x, c.document.$.document…
9206 CKEDITOR.dom.document.prototype.getSelection = function() {
9224 this.document = a instanceof CKEDITOR.dom.document ? a : a.getDocument();
9225 this.root = c ? a : this.document.getBody();
9273 …his._.cache.nativeSel : this._.cache.nativeSel = m ? this.document.$.selection : this.document.get…
9498 var k = CKEDITOR.document.getActive();
9536 I = b.document.$.body.createTextRange();
9539document.$.body.createTextRange(), p.moveToElementText(k.$), I.setEndPoint("EndToEnd", p), I.moveE…
9542 …a ? (A ? (I.moveStart("character", -1), I.select(), b.document.$.selection.clear()) : I.select(), …
9555 G = this.document.$.createRange();
9664 var e = c.document;
9822 …for (var d, e = a.document, f; d = c.getNextParagraph();) !d.isReadOnly() && (c.activeFilter ? c.a…
9832 …(d.is("pre") ? ((e = this._.enterMode == CKEDITOR.ENTER_BR ? null : a.document.createElement(this.…
10112 if (a instanceof CKEDITOR.dom.document) return L.call(this, a.getSelection());
10121 if (a instanceof CKEDITOR.dom.document) return L.call(this, a.getSelection(), 1);
10319 "string" == typeof a && (a = (d ? d.$ : document).createComment(a));
10415 "string" == typeof a && (a = (d ? d.$ : document).createTextNode(a));
10449 n = h ? c.document.getById(a.startNode) : a.startNode;
10450 a = h ? c.document.getById(a.endNode) : a.endNode;
10477 var e = g.document;
10532 h[a] || (CKEDITOR.document.appendStyleSheet(d(a)), h[a] = 1);
10596 var b = c(CKEDITOR.document);
10638 …bsolute;left:-10000px;border:1px solid;border-color:red blue"\x3e\x3c/div\x3e', CKEDITOR.document);
10639 a.appendTo(CKEDITOR.document.getHead());
10650 CKEDITOR.document.appendStyleText(".cke{visibility:hidden;}");
11024 … CKEDITOR.document.getById(f.frameId).getParent().addClass("cke_dialog_ui_input_file")
11031 …env.ie ? "(function(){" + encodeURIComponent("document.open();(" + CKEDITOR.tools.fixDomain + ")()…
11100 var a = CKEDITOR.document.getById(this._.labelId);
11101 …1 > a.getChildCount() ? (new CKEDITOR.dom.text(b, CKEDITOR.document)).appendTo(a) : a.getChild(0).…
11106 var b = CKEDITOR.document.getById(this._.labelId);
11149 return CKEDITOR.document.getById(this._.inputId)
11204 … var f = new CKEDITOR.dom.element("option", this.getDialog().getParentEditor().document),
11297 var b = CKEDITOR.document.getById(this._.frameId).getFrameDocument();
11333 d = CKEDITOR.document.getById(a.frameId).getFrameDocument(),
11453 …cript:void(function(){" + encodeURIComponent("document.open();(" + CKEDITOR.tools.fixDomain + ")()…
11498 var c = CKEDITOR.document.getWindow();
11515 k = CKEDITOR.document.getWindow().getViewPaneSize(),
11531 CKEDITOR.document.removeListener("mousemove", b);
11532 CKEDITOR.document.removeListener("mouseup", c);
11550 CKEDITOR.document.on("mousemove", b);
11551 CKEDITOR.document.on("mouseup",
11584 CKEDITOR.document.removeListener("mouseup", c);
11585 CKEDITOR.document.removeListener("mousemove", b);
11608 p = CKEDITOR.document.getWindow().getViewPaneSize();
11609 CKEDITOR.document.on("mousemove", b);
11610 CKEDITOR.document.on("mouseup", c);
11632 var b = CKEDITOR.document.getWindow(),
11641document.open();(" + CKEDITOR.tools.fixDomain + ")();document.write( '" + d + "' );document.close(…
11682 …u && (a.focusManager.remove(u), a = CKEDITOR.document.getWindow(), u.hide(), a.removeListener("res…
11876 …(new CKEDITOR.dom.document(a.data.iframe.$.contentWindow.document)).on("keydown", d, this, null, 0)
11892 (new CKEDITOR.dom.text(g.title, CKEDITOR.document)).appendTo(this.parts.title);
11927 …s._.editor.lang.dir && this._.position && (this._.position.x = CKEDITOR.document.getWindow().getVi…
11948 …, f || (f = CKEDITOR.document.getWindow().getScrollPosition(), a += f.x, b += f.y), d && (f = this…
11959 …) && a.getParent().equals(CKEDITOR.document.getBody()) ? a.setStyle("display", "block") : a.append…
12001 c = CKEDITOR.document.getWindow().getViewPaneSize(),
12191 this.parts.spinner = CKEDITOR.document.createElement("div", c);
12535 return CKEDITOR.document.getById(this.domId)
12969 e = c.document.createElement("span");
13227 a.document.on("dirChanged", function(b) {
13272document.createElement(g.config.enterMode == CKEDITOR.ENTER_P ? "p" : "div"), b = h.shift(), c.ins…
13290 …for (b = new CKEDITOR.dom.documentFragment(g.document); a.getFirst();) b.append(a.getFirst().remov…
13293 c = g.document.createElement("blockquote");
13329 b = new CKEDITOR.dom.documentFragment(g.document);
13331 …KEDITOR.NODE_ELEMENT && f.getPrevious().isBlockBoundary() || b.append(g.document.createElement("br…
13333 c && b.append(g.document.createElement("br"));
13397 CKEDITOR.document.getBody().append(a);
13509 …1 == this.element.getChildCount() && (CKEDITOR.document.getBody().append(this.element), this._atta…
13527 var b = CKEDITOR.document.getWindow(),
13536 var b = CKEDITOR.document.getWindow(),
13556 m = CKEDITOR.document.getWindow();
13559 q = CKEDITOR.document.getBody(),
13632 CKEDITOR.document.getById(q).focus()
13663 var c = CKEDITOR.document.getById(this._.id),
13703 var b = CKEDITOR.document.getById(this._.id);
13704 ….button.selectedLabel.replace(/%1/g, this.label) : this.label, CKEDITOR.document.getById(this._.id…
13775 name: "document",
13776 groups: ["mode", "document", "doctools"]
14070 b : a.document.getDocumentElement(), "mouseup",
14094 b = a.document.$.execCommand(c, !1, null)
14152 a.document,
14168 …ELEMENT && (c = b.getSelectedElement()) && (d = b.getRanges()[0], e = a.document.createText(""), e…
14176 var d = a.document,
14216 var q = CKEDITOR.document.getWindow().getScrollPosition().y;
14218 CKEDITOR.env.webkit && (CKEDITOR.document.getBody().$.scrollTop = q);
14332 … if (b = CKEDITOR.document.getById(b._.id)) b.on("touchend", function() {
14672 return CKEDITOR.env.ie && 9 > CKEDITOR.env.version || b.isInline() ? b : a.document
14727 …if (document.caretRangeFromPoint && b.document.$.caretRangeFromPoint(d, g)) c = b.document.$.caret…
14731 if (document.body.createTextRange) {
14733 c = b.document.getBody().$.createTextRange();
14746 var t = b.document.getById(k);
14750 var q = b.document.$.elementFromPoint(d, g),
15021 …eatePanel(c), a.on ? a.panel.hide() : a.panel.showBlock(this._.id, this.document.getById(this._.id…
15029 this.document = a.parent && a.parent.getDocument() || CKEDITOR.document;
15052 g = f.parent || CKEDITOR.document.getBody(),
15071 b.document.getById(a.id).focus()
15102 this.document = a;
15123 var a = this.document.getById(this.id + "_frame"),
15142 c = this.document.getById(this.id).getAttribute("dir");
15148 } else a = this.document.getById(this.id);
15164 …cript:void(function(){" + encodeURIComponent("document.open();(" + CKEDITOR.tools.fixDomain + ")()…
15186 …e = !this.forceIFrame || CKEDITOR.env.ie ? this._.holder : this.document.getById(this.id + "_frame…
15299 (b = CKEDITOR.document.getById("cke_" + a.name));
15312 document: g,
15341 … this._.returnFocus = e.hasFocus ? e : new CKEDITOR.dom.element(CKEDITOR.document.$.activeElement);
15430 … var a = CKEDITOR.env.webkit && CKEDITOR.document.getWindow().getScrollPosition().y;
15433 CKEDITOR.env.webkit && (CKEDITOR.document.getBody().$.scrollTop = a);
15451 var a = CKEDITOR.document.getActive();
15557 b = c.block || c.blockLimit || e.document.getBody();
15896 …e = this._.panel = new CKEDITOR.ui.floatPanel(this.editor, CKEDITOR.document.getBody(), this._.pan…
16055 c = !b.equals(CKEDITOR.document),
16077 …tor.config.enableContextMenu && (this.editor.focus(), a = a || CKEDITOR.document.getDocumentElemen…
16090 a.contextMenu.open(a.document.getBody())
16135 … t || (CKEDITOR.document.appendStyleSheet(this.path + "styles/copyformatting.css"), t = !0);
16148 b = d.isInline() ? d : a.document,
16153 d.attachListener(CKEDITOR.document, "mouseup", function(b) {
16157 … c && (b = CKEDITOR.document.getById(c._.id), d.attachListener(b, "dblclick", function() {
16222 h = CKEDITOR.document.getDocumentElement();
16242 h = CKEDITOR.document.getDocumentElement();
16437 …if (!CKEDITOR.env.ie6Compat && !CKEDITOR.env.ie7Compat) return CKEDITOR.document.getBody().append(…
16440 …if (!CKEDITOR.env.ie6Compat && !CKEDITOR.env.ie7Compat) return CKEDITOR.document.getBody().findOne…
16545 CKEDITOR.document.removeListener("mousemove", f);
16546 CKEDITOR.document.removeListener("mouseup", k);
16547 … b.document && (b.document.removeListener("mousemove", f), b.document.removeListener("mouseup",
16575 CKEDITOR.document.on("mousemove", f);
16576 CKEDITOR.document.on("mouseup", k);
16577 b.document && (b.document.on("mousemove", f), b.document.on("mouseup", k));
16636 …37: case 9: return (d = CKEDITOR.document.getById(g + (b + 1))) || (d = CKEDITOR.document.getById(…
16638 …: case CKEDITOR.SHIFT + 9: return (d = CKEDITOR.document.getById(g + (b - 1))) || (d = CKEDITOR.do…
16675 (m = CKEDITOR.document.getById(n));
16692 …(a = CKEDITOR.document.getById(a._.elementsPath.idBase + "0")) && a.focus(CKEDITOR.env.ie || CKEDI…
16782 var h = b.document,
16869 var m = b.document,
16905 var a = document.createElement("div"),
17415 return this.document.createElement("img", {
17442 … CKEDITOR.dom.element.createFromHtml(decodeURIComponent(a.data("cke-realelement")), this.document);
17571 … v = "pageXOffset" in g.$ ? g.$.pageXOffset : CKEDITOR.document.$.documentElement.scrollLeft;
17580 … b = CKEDITOR.document.getBody().append(CKEDITOR.dom.element.createFromHtml(k.output({
17620 var g = CKEDITOR.document.getWindow(),
17817 this.document = a.parent && a.parent.getDocument() || CKEDITOR.document;
17857 CKEDITOR.document.getById(h).getChild(1).focus()
17916 k = b.parent || CKEDITOR.document.getBody(),
17952 var c = this.document.getById("cke_" + this.id + "_text");
17987 var b = this.document.getById("cke_" + this.id);
18479 var b = a.document.createElement("hr");
18675 c = a.document,
18685 c = new CKEDITOR.dom.document(c);
18699 b.document.$.execCommand("2D-position", !1, !0)
18700 …} catch (h) {}(CKEDITOR.env.gecko || CKEDITOR.env.ie && "CSS1Compat" == b.document.$.compatMode) &…
18722 d = b.document.getElementsByTag("title").getItem(0);
18724 CKEDITOR.env.ie && (b.document.$.title = this._.docTitle);
18749 var c = a.document.$;
18757 if (8 <= CKEDITOR.document.$.documentMode) {
18779 a.editable(new l(a, d.$.contentWindow.document.body));
18782 …var c = "document.open();" + (CKEDITOR.env.ie ? "(" + CKEDITOR.tools.fixDomain + ")();" : "") + "d…
18861 …ndler + ",window);wasLoaded\x3d1;}" + (CKEDITOR.env.ie ? "onload();" : 'document.addEventListener(…
18862 …\x3d"cke_shimscrpt"\x3ewindow.parent.CKEDITOR.tools.enableHtml5Elements(document)\x3c/script\x3e');
18863 …rsion && (c += '\x3cscript id\x3d"cke_basetagscrpt"\x3evar baseTag \x3d document.querySelector( "b…
18898 f = a.document,
19256 …e() in p;) CKEDITOR.env.needsNbspFiller && !b.getFirst(x) && b.append(c.document.createText(" ")),…
19511 b.show(CKEDITOR.document.getById(a.id), 4)
19804 …c.editable(), a = b.isInline() && !c.plugins.divarea ? c.document : b, b = a.getElementsByTag("a")…
20012 }))) b.document.createElement("br")[c ? "insertBefore" : "insertAfter"](a)
20833 g = a.document,
20909 for (c = a.document.getElementsByTag(f), e = c.count(); e--;)
21080 …"wysiwyg" != b.mode || b.readOnly || (b = b.document.getBody(), b.setAttribute("contentEditable", …
21094 b = CKEDITOR.document,
21169 ….TRISTATE_OFF ? f.maximize.maximize : f.maximize.minimize, d = CKEDITOR.document.getById(d._.id), …
21217 toolbar: "document,20"
21246 a.document.on("click", function(b) {
21298 var b = a.document.createElement("div", {
21434 d = a.document && a.document.getBody();
21454 ….ie && (window._cke_htmlToLoad = a.dataValue, e = "javascript:void( (function(){document.open();" +
21455 …, "").replace(/parent\./g, "window.opener.") + "document.write( window.opener._cke_htmlToLoad );do…
21460 …CKEDITOR.env.ie || CKEDITOR.env.gecko || (e = c.document, e.open(), e.write(a.dataValue), e.close(…
21469 toolbar: "document,40"
21479 toolbar: "document,50"
21485 CKEDITOR.env.gecko ? a.window.$.print() : a.document.$.execCommand("Print")
21565 toolbar: "document,10"
21582 if (b.is("body")) a.document.$.execCommand("SelectAll", !1, null);
21612 if (a.document) {
21665 if (a.document) {
21750 var a = e && this.equals(CKEDITOR.document.getActive());
21774 …v.ie && (b.attachListener(a, "resize", d, b), b.attachListener(CKEDITOR.document.getWindow(), "res…
21928 …"moono-lisa" == (CKEDITOR.skinName || a.config.skin) && CKEDITOR.document.appendStyleSheet(this.pa…
21929 CKEDITOR.document.appendStyleSheet(this.path + "dialogs/dialog.css")
22066 …elementMode == CKEDITOR.ELEMENT_MODE_INLINE ? a.container.getText() : a.document.getBody().getText…
22128 a.document && a.document.getBody().removeAttribute("_jquid")
22211 …"string" !== typeof a.config.scayt_srcUrl && (c = document.location.protocol, c = -1 != c.search(/…
22845 …m.element(f.insertRow(-1), d.document), g = 0, h = a.length; g < h; g++) f.append((new CKEDITOR.do…
23206 c = CKEDITOR.document;
23814 return !a.getAscendant("table", !0) && a.getDocument().equals(e.document)
23842 }, CKEDITOR.document.on("mouseup", w, null, {
23849 CKEDITOR.document.removeListener("mouseup", w))
23867 g = a.document,
24157 CKEDITOR.document.appendStyleSheet(this.path + "styles/tableselection.css")
24163 c = b.isInline() ? b : a.document,
24336 … ? c.selectBookmarks(a.bookmarks) : CKEDITOR.env.ie && (c = this.editor.document.getBody().$.creat…
24544 … b.attachListener(b.isInline() ? b : a.document.getDocumentElement(), "click", function() {
24602 doc: a.document,
24622 doc: a.document,
24624 container: CKEDITOR.document.getBody(),
24625 winTop: CKEDITOR.document.getWindow()
25393 d = c.isInline() ? c : b.document,
25604 d = c.document,
25655 var a = CKEDITOR.document.getActive(),
25658 … (c.isInline() ? c : b.document.getWindow().getFrame()).equals(a) && b.focusManager.focus(c)
25696 … c ? d = c.findOne("img") : (c = new CKEDITOR.dom.element("span", b.document), c.setAttributes({
25699 }), d = new CKEDITOR.dom.element("img", b.document), d.setAttributes({
25766 g.push(f.document.once("mouseup", b, this));
25767 h.isInline() || g.push(CKEDITOR.document.once("mouseup",
25784 b || (b = new CKEDITOR.dom.element("img", a.editor.document), b.setAttributes({
25924 …void 0 !== CKEDITOR.document.$.querySelectorAll && (CKEDITOR.addCss(".cke_widget_wrapper{position:…
25928 void 0 !== CKEDITOR.document.$.querySelectorAll && (a.widgets = new p(a))
25931 if (void 0 !== CKEDITOR.document.$.querySelectorAll) {
26575 var f = document.implementation.createHTMLDocument(""),
26615 …(CKEDITOR.skinName || a.config.skin) && CKEDITOR.document.appendStyleSheet(this.path + "skins/" + …
26622 …wysiwyg: !CKEDITOR.env.opera && !CKEDITOR.env.air && document.domain == window.location.hostname &…
26627 …elementMode == CKEDITOR.ELEMENT_MODE_INLINE ? a.container.getText() : a.document.getBody().getText…