Lines Matching refs:uiElement

10743 …            r = CKEDITOR.tools.extend({}, CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors, {
10776 … CKEDITOR.ui.dialog.uiElement.call(this, b, a, d, "div", null, e, 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);
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, {
10971 CKEDITOR.ui.dialog.uiElement.call(this, b, c, d, "a", null, {
11008 f.select = new CKEDITOR.ui.dialog.uiElement(b, c, e, "select", null,
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 …ITOR.ui.dialog.labeledElement.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
11111 … CKEDITOR.ui.dialog.button.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
11132 …eventProcessors: CKEDITOR.tools.extend({}, CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,…
11175 return CKEDITOR.ui.dialog.uiElement.prototype.setValue.apply(this, arguments)
11178 var b = CKEDITOR.ui.dialog.uiElement.prototype.getValue.call(this);
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, {
12356 … d]) && b.length && (b = b[b.length - 1], b.keydown && b.keydown.call(b.uiElement, b.dialog, b.key…
12363 …) + d]) && b.length && (b = b[b.length - 1], b.keyup && (b.keyup.call(b.uiElement, b.dialog, b.key…
12367 uiElement: a,
12376 … (var c = w[b], e = c.length - 1; 0 <= e; e--) c[e].dialog != a && c[e].uiElement != a || c.splice…
12387 uiElement: function(a, b, c, e, d, f, g) {
12472 CKEDITOR.ui.dialog.uiElement.call(this,
12503 CKEDITOR.ui.dialog.uiElement.call(this, a, d || {
12533 CKEDITOR.ui.dialog.uiElement.prototype = {
12615 … CKEDITOR.ui.dialog.hbox.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {