Lines Matching refs:dialogs
12774 CKEDITOR.dialog.add("about", this.path + "dialogs/about.js")
12853 CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(c.path + "dialogs/lang/" + a + ".js"), function() {
12866 CKEDITOR.dialog.add("a11yHelp", this.path + "dialogs/a11yhelp.js");
14569 "dialogs/paste.js"));
15713 CKEDITOR.dialog.add("colordialog", this.path + "dialogs/colordialog.js");
15754 CKEDITOR.dialog.add("templates", CKEDITOR.getUrl(this.path + "dialogs/templates.js"));
16518 CKEDITOR.dialog.add("creatediv", this.path + "dialogs/div.js");
16519 CKEDITOR.dialog.add("editdiv", this.path + "dialogs/div.js")
17352 CKEDITOR.dialog.add("find", this.path + "dialogs/find.js")
17480 CKEDITOR.dialog.add("flash", this.path + "dialogs/flash.js");
18218 f = this.path + "dialogs/";
18228 k && !a.plugins.image2 && e("ImageButton", "imagebutton", CKEDITOR.plugins.getPath("image") + "dialogs/image.js");
18619 CKEDITOR.dialog.add("iframe", this.path + "dialogs/iframe.js");
18931 CKEDITOR.dialog.add("image", this.path + "dialogs/image.js");
19354 CKEDITOR.dialog.add("smiley", this.path + "dialogs/smiley.js")
19691 CKEDITOR.dialog.add("link", this.path + "dialogs/link.js");
19692 CKEDITOR.dialog.add("anchor", this.path + "dialogs/anchor.js");
20397 CKEDITOR.dialog.add("numberedListStyle", this.path + "dialogs/liststyle.js");
20407 CKEDITOR.dialog.add("bulletedListStyle", this.path + "dialogs/liststyle.js");
21899 CKEDITOR.dialog.add("specialchar", this.path + "dialogs/specialchar.js");
21904 CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(c.path + "dialogs/lang/" + b + ".js"), function() {
21929 CKEDITOR.document.appendStyleSheet(this.path + "dialogs/dialog.css")
21938 CKEDITOR.getUrl(this.path + "dialogs/options.js"));
23006 CKEDITOR.dialog.add("table", this.path + "dialogs/table.js");
23007 CKEDITOR.dialog.add("tableProperties", this.path + "dialogs/table.js");
23417 CKEDITOR.dialog.add("cellProperties", this.path + "dialogs/tableCell.js");
26632 CKEDITOR.dialog.add("checkspell", this.path + (CKEDITOR.env.ie && 7 >= CKEDITOR.env.version ? "dialogs/wsc_ie.js" : window.postMessage ? "dialogs/wsc.js" : "dialogs/wsc_ie.js"))