Home
last modified time | relevance | path

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

/plugin/ckgedit/ckeditor/
H A Dckeditor.js1255 …});CKEDITOR.plugins.widgetselection={startFiller:null,endFiller:null,fillerAttribute:"data-cke-fil… property in CKEDITOR.plugins.widgetselection
1256 …ndOne(this.fillerTagName+"["+this.fillerAttribute+"\x3dstart]"),d=a.findOne(this.fillerTagName+"["…
1258fillerAttribute+"]").count()},createFiller:function(a){var b=new CKEDITOR.dom.element(this.fillerT…
1259 …e;c.contains(a)&&(g=a.getHtml(),e=!0);c="start"==a.getAttribute(this.fillerAttribute);a.remove();g…
H A Dckeditor.js.unc24972 fillerAttribute: "data-cke-filler-webkit",
24989 … var b = a.findOne(this.fillerTagName + "[" + this.fillerAttribute + "\x3dstart]"),
24990 d = a.findOne(this.fillerTagName + "[" + this.fillerAttribute + "\x3dend]");
25006 return 0 < a.find(this.fillerTagName + "[" + this.fillerAttribute + "]").count()
25011 b.setAttribute(this.fillerAttribute, a ? "end" : "start");
25035 c = "start" == a.getAttribute(this.fillerAttribute);