Searched refs:elementPath (Results 1 – 7 of 7) sorted by relevance
/webtrees/public/ckeditor-4.15.1-custom/plugins/div/dialogs/ |
H A D | div.js | 7 …ement.clearAllMarkers(c);e=[];h=null;for(l=0;l<f.length;l++)b=f[l],d=a.elementPath(b).blockLimit,d… 8 d.is(["td","th"])&&(d=a.elementPath(d.getParent()).blockLimit),d.equals(h)||(h=d,e.push([])),b.getP…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 186 …ck:function(a,b){var c=new CKEDITOR.dom.elementPath(this.startContainer,this.root),d=new CKEDITOR.… 187 …elementPath(this.endContainer,this.root)).block),h||(h=this.fixBlock(!1,a)));c=f&&this.checkStartO… 188 …);return{previousBlock:f,nextBlock:h,wasStartOfBlock:c,wasEndOfBlock:d,elementPath:m}},splitElemen… 189 …(){return new CKEDITOR.dom.elementPath(this.startContainer,this.root)},endPath:function(){return n… 190 …string(0,c)),g.test(a)&&this.trim(0,1));this.trim();a=new CKEDITOR.dom.elementPath(this.startConta… 191 …ubstring(c)),g.test(a)&&this.trim(1,0));this.trim();a=new CKEDITOR.dom.elementPath(this.endContain… 214 (m=new CKEDITOR.dom.elementPath(m.endContainer,m.root),this._.lastNode=(m.block||m.blockLimit).getN… 216 …&&this._.docEndMarker.remove(),this._.nextNode=null;d=new CKEDITOR.dom.elementPath(k.startContaine… 279 …his,a.data.path)});this.on("activeFilterChange",function(){h(this,this.elementPath(),!0)});this.on… 292 …ull,this)},elementPath:function(a){if(!a){a=this.getSelection();if(!a)return null;a=a.getStartElem… [all …]
|
H A D | CHANGES.md | 647 * [#684](https://github.com/ckeditor/ckeditor4/issues/684): Fixed: The [`elementPath.contains()`](h…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/ |
H A D | form.js | 5 …ms.form.title,minWidth:350,minHeight:200,getModel:function(b){return b.elementPath().contains("for…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 5 …nges()[0]}catch(d){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAnce…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/ |
H A D | table.js | 7 …e.length&&(CKEDITOR.env.webkit&&e[0].shrink(CKEDITOR.NODE_ELEMENT),b=a.elementPath(e[0].getCommonA…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/ |
H A D | image.js | 12 …etParentEditor(),b=a.getSelection(),c=(b=b&&b.getSelectedElement())&&a.elementPath(b).contains("a"…
|