Lines Matching refs:align

5129                     var b = a.attributes.align;

5132 delete a.attributes.align
5135 if (!("align" in a.attributes)) {
5137 if ("left" == b || "right" == b) a.attributes.align = b
12408 b.align && (l = b.align, m["margin-left"] = "left" == l ? 0 : "auto", m["margin-right"] = "right" == l ? 0 : "auto");
12471 d && d.align && (m.align = d.align);
12488 f[p].align && e.push("text-align:" + f[p].align);
12514 b.push('align\x3d"', CKEDITOR.tools.htmlEncode(d && d.align || ("ltr" == a.getParentEditor().lang.dir ? "left" : "right")), '" ');
12522 CKEDITOR.env.ie && CKEDITOR.env.quirks && f[e].align && k.push("text-align:" + f[e].align);
13791 "indent", "blocks", "align", "bidi"
15618 h.auto, '" onclick\x3d"CKEDITOR.tools.callFunction(', q, ",null,'", d, "');return false;\" href\x3d\"javascript:void('", h.auto, '\')" role\x3d"option" aria-posinset\x3d"1" aria-setsize\x3d"', m, '"\x3e\x3ctable role\x3d"presentation" cellspacing\x3d0 cellpadding\x3d0 width\x3d"100%"\x3e\x3ctr\x3e\x3ctd colspan\x3d"' + k + '" align\x3d"center"\x3e\x3cspan class\x3d"cke_colorbox" id\x3d"', g, '"\x3e\x3c/span\x3e', h.auto, "\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/a\x3e");
15629 p && a.push('\x3c/tr\x3e\x3ctr\x3e\x3ctd colspan\x3d"' + k + '" align\x3d"center"\x3e\x3ca class\x3d"cke_colormore" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"', h.more, '" onclick\x3d"CKEDITOR.tools.callFunction(', q, ",'?','", d, "');return false;\" href\x3d\"javascript:void('", h.more, "')\"", ' role\x3d"option" aria-posinset\x3d"', m, '" aria-setsize\x3d"', m, '"\x3e', h.more, "\x3c/a\x3e\x3c/td\x3e");
17410 align: a.getAttribute("align") || ""
17432 align: a.attributes.align || ""
17469 CKEDITOR.dialog.isTabEnabled(a, "flash", "properties") && (b += ";object[align]; embed[allowscriptaccess,quality,scale,wmode]");
18046 !!a.attributes.align || !!a.attributes.face
18052 a.attributes.align && (a.styles["text-align"] = a.attributes.align, delete a.attributes.align);
18613 c = "iframe[align,longdesc,frameborder,height,name,scrolling,src,title,width]";
18924 a || (a = b.getAttribute("align"));
18939 ["img{float}: alignmentToStyle", "img[align]: alignmentToAttribute"]
18973 c && (g = f(c), g == a ? (c.removeStyle("float"), a == f(c) && c.removeAttribute("align")) :
19363 if (c) b = a.getComputedStyle("text-align");
19365 for (; !a.hasAttribute || !a.hasAttribute("align") && !a.getStyle("text-align");) {
19370 b = a.getStyle("text-align") || a.getAttribute("align") || ""
19401 } else this.requiredContent = f + "{text-align}";
19405 styles: this.cssClassName ? null : "text-align",
19424 e = d.getStyle("text-align");
19425 "left" == e ? d.setStyle("text-align", "right") : "right" == e && d.setStyle("text-align", "left")
19438 p = a.activeFilter.check(l + "{text-align}");
19440 g.removeAttribute("align");
19441 g.removeStyle("text-align");
19444 e && l ? r ? g.addClass(e) : m || g.removeAttribute("class") : r && p && g.setStyle("text-align", this.value)
19455 f = this.cssClassName ? a.activeFilter.check(f + "(" + this.cssClassName + ")") : a.activeFilter.check(f + "{text-align}");
19473 toolbar: "align,10"
19477 toolbar: "align,20"
19481 toolbar: "align,30"
19485 toolbar: "align,40"
19658 a = ".%2 a.cke_anchor,.%2 a.cke_anchor_empty,.cke_editable.%2 a[name],.cke_editable.%2 a[data-cke-saved-name]{" + b + "padding-%1:18px;cursor:auto;}.%2 img.cke_anchor{" + b + "width:16px;min-height:15px;height:1.15em;vertical-align:text-bottom;}";
20502 base: Q + "height:17px;width:17px;" + (a.rtl ? "left" : "right") + ":17px;background:url(" + b + ") center no-repeat " + a.boxColor + ";cursor:pointer;" + (t.hc ? "font-size: 15px;line-height:14px;border:1px solid #fff;text-align:center;" :
20645 }, c = !(!c[a.getComputedStyle("float")] && !c[a.getAttribute("align")])) : c = !1);
21544 CKEDITOR.config.removeFormatAttributes = "class,style,lang,width,height,align,hspace,valign";
21767 "text-align": "left"
22962 allowedContent: "table{width,height}[align,border,cellpadding,cellspacing,summary];caption tbody thead tfoot;th td tr[scope];" + (a.plugins.dialogadvtab ?
23364 allowedContent: "td th{width,height,border-color,background-color,white-space,vertical-align,text-align}[colspan,rowspan]",
23378 check: "td{vertical-align}",
23383 a.styles["vertical-align"] = a.attributes.valign;
24667 if (d = a && a.type == CKEDITOR.NODE_ELEMENT) d = !(r[a.getComputedStyle("float")] || r[a.getAttribute("align")]);