Home
last modified time | relevance | path

Searched refs:elementPath (Results 1 – 16 of 16) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckstyle.js484 CheckActive : function( elementPath ) argument
489 return this.CheckElementRemovable( elementPath.Block || elementPath.BlockLimit ) ;
493 var elements = elementPath.Elements ;
499 if ( element == elementPath.Block || element == elementPath.BlockLimit )
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
Dliststyle.js5 …nges()[0]}catch(f){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAnce…
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
Dliststyle.js5 …nges()[0]}catch(f){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAnce…
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
Dtable.js1 …ngth>0){if(CKEDITOR.env.webkit){m[0].shrink(CKEDITOR.NODE_ELEMENT)}r=h.elementPath(m[0].getCommonA…
Dtable.js.unc90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
Dtable.js1 …ngth>0){if(CKEDITOR.env.webkit){m[0].shrink(CKEDITOR.NODE_ELEMENT)}r=h.elementPath(m[0].getCommonA…
Dtable.js.unc90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
/plugin/ckgdoku/ckeditor/
Dckeditor.js163 …ck:function(a,b){var c=new CKEDITOR.dom.elementPath(this.startContainer,this.root),d=new CKEDITOR.…
164elementPath(this.endContainer,this.root)).block),f||(f=this.fixBlock(!1,a)));c=e&&this.checkStartO…
165 …);return{previousBlock:e,nextBlock:f,wasStartOfBlock:c,wasEndOfBlock:d,elementPath:m}},splitElemen…
166 …his.moveToBookmark(c)}}(),startPath:function(){return new CKEDITOR.dom.elementPath(this.startConta…
167 this.root)},endPath:function(){return new CKEDITOR.dom.elementPath(this.endContainer,this.root)},ch…
168elementPath(this.startContainer,this.root);c=this.clone();c.collapse(!0);c.setStartAt(a.block||a.b…
184 …e,CKEDITOR.POSITION_AFTER_END),v.checkEndOfBlock()&&(v=new CKEDITOR.dom.elementPath(v.endContainer,
187 …&&this._.docEndMarker.remove(),this._.nextNode=null;g=new CKEDITOR.dom.elementPath(f.startContaine…
244 …his,a.data.path)});this.on("activeFilterChange",function(){l(this,this.elementPath(),!0)});this.on…
256 …();CKEDITOR.remove(this);CKEDITOR.fire("instanceDestroyed",null,this)},elementPath:function(a){if(…
[all …]
/plugin/ckgedit/ckeditor/
Dckeditor.js179 …ck:function(a,b){var c=new CKEDITOR.dom.elementPath(this.startContainer,this.root),d=new CKEDITOR.…
180elementPath(this.endContainer,this.root)).block),g||(g=this.fixBlock(!1,a)));c=f&&this.checkStartO…
181 …);return{previousBlock:f,nextBlock:g,wasStartOfBlock:c,wasEndOfBlock:d,elementPath:m}},splitElemen…
182 …(){return new CKEDITOR.dom.elementPath(this.startContainer,this.root)},endPath:function(){return n…
183 …string(0,c)),h.test(a)&&this.trim(0,1));this.trim();a=new CKEDITOR.dom.elementPath(this.startConta…
184 …ubstring(c)),h.test(a)&&this.trim(1,0));this.trim();a=new CKEDITOR.dom.elementPath(this.endContain…
207 (m=new CKEDITOR.dom.elementPath(m.endContainer,m.root),this._.lastNode=(m.block||m.blockLimit).getN…
209 …&&this._.docEndMarker.remove(),this._.nextNode=null;d=new CKEDITOR.dom.elementPath(k.startContaine…
271 …his,a.data.path)});this.on("activeFilterChange",function(){g(this,this.elementPath(),!0)});this.on…
284 …ull,this)},elementPath:function(a){if(!a){a=this.getSelection();if(!a)return null;a=a.getStartElem…
[all …]
Dckeditor.js.unc3819 var c = new CKEDITOR.dom.elementPath(this.startContainer, this.root),
3820 d = new CKEDITOR.dom.elementPath(this.endContainer, this.root),
3825 …"br" != a && (f || (f = this.fixBlock(!0, a), h = (new CKEDITOR.dom.elementPath(this.endContainer,…
3829 …om.elementPath(this.startContainer, this.root), this.moveToPosition(h, CKEDITOR.POSITION_AFTER_END…
3836 elementPath: m
3864 return new CKEDITOR.dom.elementPath(this.startContainer, this.root)
3867 return new CKEDITOR.dom.elementPath(this.endContainer,
3884 a = new CKEDITOR.dom.elementPath(this.startContainer,
3898 a = new CKEDITOR.dom.elementPath(this.endContainer, this.root);
4247 …(m = new CKEDITOR.dom.elementPath(m.endContainer, m.root), this._.lastNode = (m.block || m.blockLi…
[all …]
DCHANGES.md395 * [#684](https://github.com/ckeditor/ckeditor-dev/issues/684): Fixed: The [`elementPath.contains()`…
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
Dimage.js1 …etParentEditor(),I=G.getSelection(),E=I&&I.getSelectedElement(),H=E&&G.elementPath(E).contains("a"…
Dimage.js.unc315 link = element && editor.elementPath( element ).contains( 'a', 1 );
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
Dimage.js1 …etParentEditor(),I=G.getSelection(),E=I&&I.getSelectedElement(),H=E&&G.elementPath(E).contains("a"…
Dimage.js.unc316 link = element && editor.elementPath( element ).contains( 'a', 1 );
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js4234 function getElementLineIntersection(elementPath, linePath, cropStart) { argument
4236 var intersections = getIntersections(elementPath, linePath);