Lines Matching refs:dialog

1443             dialog: k,
1528 dialog: 1,
10059 dialog: 1,
10717 return new CKEDITOR.ui.dialog.textInput(b, a, d)
10722 return new CKEDITOR.ui.dialog[a.type](b, a, d)
10743 … r = CKEDITOR.tools.extend({}, CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors, {
10747 b.parts.dialog.isVisible() && this.fire("change", {
10765 CKEDITOR.tools.extend(CKEDITOR.ui.dialog, {
10776 … CKEDITOR.ui.dialog.uiElement.call(this, b, a, d, "div", null, e, function() {
10792 }, CKEDITOR.dialog._.uiElementBuilders.hbox.build(b, g, e));
10824 CKEDITOR.ui.dialog.labeledElement.call(this, b, a, d, function() {
10853 CKEDITOR.ui.dialog.labeledElement.call(this, b, a, d, function() {
10871 … CKEDITOR.ui.dialog.uiElement.call(this, b, a, d, "span", null, null, function() {
10885 … f.checkbox = new CKEDITOR.ui.dialog.uiElement(b, c, e, "input", null, g);
10900 CKEDITOR.ui.dialog.labeledElement.call(this,
10931 … f.push(new CKEDITOR.ui.dialog.uiElement(b, p, u, "input", null, r));
10933 new CKEDITOR.ui.dialog.uiElement(b, h, u, "label", null, {
10939 new CKEDITOR.ui.dialog.hbox(b, f, e, d);
10971 CKEDITOR.ui.dialog.uiElement.call(this, b, c, d, "a", null, {
10988 CKEDITOR.ui.dialog.labeledElement.call(this, b, a, d, function() {
11008 f.select = new CKEDITOR.ui.dialog.uiElement(b, c, e, "select", null,
11026 CKEDITOR.ui.dialog.labeledElement.call(this, b, a, d, function() {
11054 CKEDITOR.ui.dialog.button.call(this, b, c, d)
11076 … CKEDITOR.ui.dialog.uiElement.call(this, f, c, m, "span", null, null, "");
11089 … CKEDITOR.ui.dialog.uiElement.call(this, b, c, f, "fieldset", null, null, function() {
11097 CKEDITOR.ui.dialog.html.prototype = new CKEDITOR.ui.dialog.uiElement;
11098 …CKEDITOR.ui.dialog.labeledElement.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiEleme…
11111 … CKEDITOR.ui.dialog.button.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
11114 dialog: this._.dialog
11132 …eventProcessors: CKEDITOR.tools.extend({}, CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,…
11147 …CKEDITOR.ui.dialog.textInput.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledEleme…
11175 return CKEDITOR.ui.dialog.uiElement.prototype.setValue.apply(this, arguments)
11178 var b = CKEDITOR.ui.dialog.uiElement.prototype.getValue.call(this);
11197 CKEDITOR.ui.dialog.textarea.prototype =
11198 new CKEDITOR.ui.dialog.textInput;
11199 …CKEDITOR.ui.dialog.select.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,…
11221 … CKEDITOR.ui.dialog.checkbox.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
11256 … CKEDITOR.ui.dialog.radio.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
11295 …CKEDITOR.ui.dialog.file.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement, q…
11317 …Processors[c] ? this.eventProcessors[c].call(this, this._.dialog, b[c]) : f(this, this._.dialog, d…
11338 g = a.dialog._.editor.lang.dir,
11339 k = a.dialog._.editor.langCode;
11370 CKEDITOR.ui.dialog.fileButton.prototype =
11371 new CKEDITOR.ui.dialog.button;
11372 … CKEDITOR.ui.dialog.fieldset.prototype = CKEDITOR.tools.clone(CKEDITOR.ui.dialog.hbox.prototype);
11373 CKEDITOR.dialog.addUIElement("text", v);
11374 CKEDITOR.dialog.addUIElement("password", v);
11375 CKEDITOR.dialog.addUIElement("textarea", n);
11376 CKEDITOR.dialog.addUIElement("checkbox", n);
11377 CKEDITOR.dialog.addUIElement("radio", n);
11378 CKEDITOR.dialog.addUIElement("button", n);
11379 CKEDITOR.dialog.addUIElement("select", n);
11380 CKEDITOR.dialog.addUIElement("file", n);
11381 CKEDITOR.dialog.addUIElement("fileButton", n);
11382 CKEDITOR.dialog.addUIElement("html",
11384 CKEDITOR.dialog.addUIElement("fieldset", {
11389 h.push(CKEDITOR.dialog._.uiElementBuilders[c.type].build(b, c, k))
11391 return new CKEDITOR.ui.dialog[a.type](b, h, e, d, a)
11440 var b = CKEDITOR.dom.element.createFromHtml(CKEDITOR.addTemplate("dialog", W).output({
11459 dialog: b.getChild(0),
11507 dialog: a
11654 c = CKEDITOR.dialog._.currentTop;
11687 …orDialogClass} {hidpi}" dir\x3d"{langDir}" lang\x3d"{langCode}" role\x3d"dialog" aria-labelledby\x…
11689 CKEDITOR.dialog = function(a, b) {
11726 if (l == CKEDITOR.dialog._.currentTop) {
11750 var g = CKEDITOR.dialog._.dialogDefinitions[b],
11797 this.parts.dialog.setStyles(h);
11900 k = CKEDITOR.dialog._.uiElementBuilders.hbox.build(this, {
11909 CKEDITOR.dialog.prototype = {
11917 a && this._.contentSize.height == b || (CKEDITOR.dialog.fire("resize", {
11918 dialog: this,
11964 …null === CKEDITOR.dialog._.currentZIndex && (CKEDITOR.dialog._.currentZIndex = this._.editor.confi…
11965 … this._.element.getFirst().setStyle("z-index", CKEDITOR.dialog._.currentZIndex += 10);
11966 …OR.dialog._.currentTop ? (CKEDITOR.dialog._.currentTop = this, this._.parentDialog = null, N(this.…
11967 2), CKEDITOR.dialog._.currentTop = this);
11987 this.parts.dialog.setStyle("visibility", "");
11999 var a = this.parts.dialog,
12036 if (this.parts.dialog.isVisible()) {
12042 this.parts.dialog.setStyle("visibility",
12044 … for (ba(this); CKEDITOR.dialog._.currentTop != this;) CKEDITOR.dialog._.currentTop.hide();
12049 … if (CKEDITOR.dialog._.currentTop = this._.parentDialog) CKEDITOR.dialog._.currentZIndex -= 10;
12051 CKEDITOR.dialog._.currentZIndex = null;
12070 …itle\x3d"' + CKEDITOR.tools.htmlEncode(a.label) + '"' : "", e = CKEDITOR.dialog._.uiElementBuilder…
12122 … this.parts.dialog[(1 === this._.pageCount ? "add" : "remove") + "Class"]("cke_single_page")
12203 CKEDITOR.tools.extend(CKEDITOR.dialog, {
12211 return CKEDITOR.dialog._.currentTop
12227 a = a.data.dialog;
12253 a = a.data.dialog;
12274 CKEDITOR.dialog._ = {
12280 CKEDITOR.event.implementOn(CKEDITOR.dialog);
12281 CKEDITOR.event.implementOn(CKEDITOR.dialog.prototype);
12286 buttons: [CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton]
12313 this.dialog = a;
12356 …ngth && (b = b[b.length - 1], b.keydown && b.keydown.call(b.uiElement, b.dialog, b.key), a.data.pr…
12363 ….length && (b = b[b.length - 1], b.keyup && (b.keyup.call(b.uiElement, b.dialog, b.key), a.data.pr…
12368 dialog: b,
12376 …for (var c = w[b], e = c.length - 1; 0 <= e; e--) c[e].dialog != a && c[e].uiElement != a || c.spl…
12386 CKEDITOR.ui.dialog = {
12417 (this._ || (this._ = {})).dialog = a;
12472 CKEDITOR.ui.dialog.uiElement.call(this,
12503 CKEDITOR.ui.dialog.uiElement.call(this, a, d || {
12533 CKEDITOR.ui.dialog.uiElement.prototype = {
12541 return this._.dialog
12561 this._.dialog._.currentTabId != a && this._.dialog.selectPage(a);
12577 …Processors[d] ? this.eventProcessors[d].call(this, this._.dialog, a[d]) : e(this, this._.dialog, c…
12615 … CKEDITOR.ui.dialog.hbox.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
12622 CKEDITOR.ui.dialog.vbox.prototype = new CKEDITOR.ui.dialog.hbox;
12629 h.push(CKEDITOR.dialog._.uiElementBuilders[f.type].build(a, f, m))
12631 return new CKEDITOR.ui.dialog[c.type](a,
12635 CKEDITOR.dialog.addUIElement("hbox", a);
12636 CKEDITOR.dialog.addUIElement("vbox", a)
12661 CKEDITOR.dialog.validate = {
12724 for (var b; b = CKEDITOR.dialog._.currentTop;) b.hide();
12735 e = CKEDITOR.dialog._.dialogDefinitions[a];
12736 null === CKEDITOR.dialog._.currentTop && N(this);
12737 …Dialogs || (this._.storedDialogs = {}), c = c[a] || (c[a] = new CKEDITOR.dialog(this, a)), b && b.…
12739 …if ("failed" == e) throw O(this), Error('[CKEDITOR.dialog.openDialog] Dialog "' + a + '" failed wh…
12741 …"function" != typeof CKEDITOR.dialog._.dialogDefinitions[a] && (CKEDITOR.dialog._.dialogDefinition…
12746 CKEDITOR.skin.loadPart("dialog");
12751 CKEDITOR.plugins.add("dialog", {
12755 A.data.dialog && x.openDialog(A.data.dialog)
12760 requires: "dialog",
12774 CKEDITOR.dialog.add("about", this.path + "dialogs/about.js")
12779 requires: "dialog",
12866 CKEDITOR.dialog.add("a11yHelp", this.path + "dialogs/a11yhelp.js");
12898 requires: "dialog",
12960 validate: CKEDITOR.dialog.validate.inlineStyle(d.invalidInlineStyle),
14561 requires: "dialog,notification,toolbar",
14568 CKEDITOR.dialog.add("paste", CKEDITOR.getUrl(this.path +
15708 requires: "dialog",
15713 CKEDITOR.dialog.add("colordialog", this.path + "dialogs/colordialog.js");
15752 requires: "dialog",
15754 … CKEDITOR.dialog.add("templates", CKEDITOR.getUrl(this.path + "dialogs/templates.js"));
16461 requires: "dialog",
16466 … CKEDITOR.dialog.isTabEnabled(a, "editdiv", "advanced") && (b += ";div[dir,id,lang,title]{*}");
16518 CKEDITOR.dialog.add("creatediv", this.path + "dialogs/div.js");
16519 CKEDITOR.dialog.add("editdiv", this.path + "dialogs/div.js")
17334 requires: "dialog",
17352 CKEDITOR.dialog.add("find", this.path + "dialogs/find.js")
17463 requires: "dialog,fakeobjects",
17469 …CKEDITOR.dialog.isTabEnabled(a, "flash", "properties") && (b += ";object[align]; embed[allowscript…
17470 …CKEDITOR.dialog.isTabEnabled(a, "flash", "advanced") && (b += ";object[id]{*}; embed[bgcolor]{*}(*…
17480 CKEDITOR.dialog.add("flash", this.path + "dialogs/flash.js");
17490 … b.is("img") && "flash" == b.data("cke-real-element-type") && (a.data.dialog = "flash")
18166 requires: "dialog,fakeobjects",
18216 CKEDITOR.dialog.add(c, e)
18322 if (!a.blockless && c.is("form")) d.data.dialog = "form";
18323 else if (c.is("select")) d.data.dialog = "select";
18324 else if (c.is("textarea")) d.data.dialog =
18326 …if (c.is("img") && "hiddenfield" == c.data("cke-real-element-type")) d.data.dialog = "hiddenfield";
18333 d.data.dialog = "button";
18336 d.data.dialog = "checkbox";
18339 d.data.dialog = "radio";
18342 d.data.dialog = "imagebutton"
18344 h[c] && (d.data.dialog = "textfield")
18607 requires: "dialog,fakeobjects",
18619 CKEDITOR.dialog.add("iframe", this.path + "dialogs/iframe.js");
18631 … b.is("img") && "iframe" == b.data("cke-real-element-type") && (a.data.dialog = "iframe")
18928 requires: "dialog",
18931 CKEDITOR.dialog.add("image", this.path + "dialogs/image.js");
18933 …CKEDITOR.dialog.isTabEnabled(b, "image", "advanced") && (a = "img[alt,dir,id,lang,longdesc,!src,ti…
18950 … !a.is("img") || a.data("cke-realelement") || a.isReadOnly() || (b.data.dialog = "image")
19342 requires: "dialog",
19354 CKEDITOR.dialog.add("smiley", this.path + "dialogs/smiley.js")
19652 requires: "dialog,fakeobjects",
19663 …CKEDITOR.dialog.isTabEnabled(c, "link", "advanced") && (b = b.replace("]", ",accesskey,charset,dir…
19664 CKEDITOR.dialog.isTabEnabled(c, "link", "target") &&
19691 CKEDITOR.dialog.add("link", this.path + "dialogs/link.js");
19692 CKEDITOR.dialog.add("anchor", this.path + "dialogs/anchor.js");
19698 …b && !b.isReadOnly() && (b.is("a") ? (a.data.dialog = !b.getAttribute("name") || b.getAttribute("h…
19699 … a.data.link = b) : CKEDITOR.plugins.link.tryRestoreFakeAnchor(c, b) && (a.data.dialog = "anchor"))
19702 a.data.dialog in {
20384 requires: "dialog,contextmenu",
20397 CKEDITOR.dialog.add("numberedListStyle", this.path + "dialogs/liststyle.js");
20407 CKEDITOR.dialog.add("bulletedListStyle", this.path + "dialogs/liststyle.js");
21896 requires: "dialog",
21899 CKEDITOR.dialog.add("specialchar", this.path + "dialogs/specialchar.js");
21923 requires: "menubutton,dialog",
21929 CKEDITOR.document.appendStyleSheet(this.path + "dialogs/dialog.css")
21937 CKEDITOR.dialog.add(this.dialogName,
22633 a = a.data.definition.dialog;
22948 requires: "dialog",
23006 CKEDITOR.dialog.add("table", this.path + "dialogs/table.js");
23007 CKEDITOR.dialog.add("tableProperties", this.path + "dialogs/table.js");
23024 (a.data.dialog = "tableProperties")
23343 requires: "table,dialog,contextmenu",
23417 CKEDITOR.dialog.add("cellProperties", this.path + "dialogs/tableCell.js");
25138 if (b.data.dialog) h.once("dialog",
26124 dialog: this.dialog
26127 if (!1 === this.fire("edit", a) || !a.dialog) return !1;
26128 this.editor.openDialog(a.dialog, function(a) {
26130 !1 !== b.fire("dialog", a) && (d = a.on("show", function() {
26597 requires: "dialog",
26632 …CKEDITOR.dialog.add("checkspell", this.path + (CKEDITOR.env.ie && 7 >= CKEDITOR.env.version ? "dia…
26635 …CKEDITOR.config.plugins = 'dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote…