Searched refs:setListSymbol (Results 1 – 2 of 2) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/ |
H A D | default.js | 29 …&&(b=d.parent!==a?d.parent:null))},CKEDITOR.NODE_TEXT);b&&b.remove()},setListSymbol:function(a,b,c… method in CKEDITOR.plugins.pastefromword.lists 30 …:"square"},!d["list-style-type"]&&f[b]&&(d["list-style-type"]=f[b]);g.setListSymbol.removeRedundan… 35 …k=p;c==l.length&&g.setListSymbol(p,b.attributes["cke-symbol"],c)}for(;c<l.length;)l.pop(),k=l[l.le… 36 …].children.length&&(d=l[0].children[1].attributes["cke-symbol"]),d&&g.setListSymbol(l[0],d));for(d… 52 g.setListSymbol.removeRedundancies=function(a,b){(1===b&&"disc"===a["list-style-type"]||"decimal"==…
|
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/ |
H A D | default.js | 31 …==a?e.parent:null:e.value||(c=e))},CKEDITOR.NODE_TEXT);c&&c.remove()},setListSymbol:function(a,b,c… class 32 …:"square"},!d["list-style-type"]&&e[b]&&(d["list-style-type"]=e[b]);g.setListSymbol.removeRedundan… 37 …k=r;c==l.length&&g.setListSymbol(r,b.attributes["cke-symbol"],c)}for(;c<l.length;)l.pop(),k=l[l.le… 38 !d&&1<l[0].children.length&&(d=l[0].children[1].attributes["cke-symbol"]),d&&g.setListSymbol(l[0],d… 55 g.setListSymbol.removeRedundancies=function(a,b){(1===b&&"disc"===a["list-style-type"]||"decimal"==…
|