Home
last modified time | relevance | path

Searched refs:startFiller (Results 1 – 2 of 2) sorted by relevance

/plugin/ckgedit/ckeditor/
H A Dckeditor.js1255startFiller:null,endFiller:null,fillerAttribute:"data-cke-filler-webkit",fillerContent:"\x26nbsp;"… property in CKEDITOR.plugins.widgetselection
1256startFiller,1));c&&c.type==CKEDITOR.NODE_ELEMENT&&!c.isEditable()&&(this.endFiller=this.createFill…
1257 this.removeFiller(this.startFiller,a):this.startFiller=b;this.endFiller&&d&&this.endFiller.equals(d…
H A Dckeditor.js.unc24970 startFiller: null,
24980 …d && d.type == CKEDITOR.NODE_ELEMENT && !d.isEditable() && (this.startFiller = this.createFiller(),
24981 a.append(this.startFiller, 1));
24991 this.startFiller && b && this.startFiller.equals(b) ?
24992 this.removeFiller(this.startFiller, a) : this.startFiller = b;