Home
last modified time | relevance | path

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

/plugin/ckgedit/ckeditor/
H A Dckeditor.js1255 …ll,fillerAttribute:"data-cke-filler-webkit",fillerContent:"\x26nbsp;",fillerTagName:"div",addFille… property in CKEDITOR.plugins.widgetselection
1256 …tSelected(a)){var b=a.findOne(this.fillerTagName+"["+this.fillerAttribute+"\x3dstart]"),d=a.findOn…
1258 …<a.find(this.fillerTagName+"["+this.fillerAttribute+"]").count()},createFiller:function(a){var b=n…
H A Dckeditor.js.unc24974 fillerTagName: "div",
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()
25009 var b = new CKEDITOR.dom.element(this.fillerTagName);