Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A 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/
H A Dliststyle.js5 …nges()[0]}catch(f){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAnce…
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js5 …nges()[0]}catch(f){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAnce…
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1 …ngth>0){if(CKEDITOR.env.webkit){m[0].shrink(CKEDITOR.NODE_ELEMENT)}r=h.elementPath(m[0].getCommonA…
H A Dtable.js.unc90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1 …ngth>0){if(CKEDITOR.env.webkit){m[0].shrink(CKEDITOR.NODE_ELEMENT)}r=h.elementPath(m[0].getCommonA…
H A Dtable.js.unc90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
/plugin/ckgdoku/ckeditor/
H A 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…
168elementPath(this.startContainer,this.root);c=this.clone();c.collapse(!0);c.setStartAt(a.block||a.b…
370 …),G.setStartAfter(B));w=new CKEDITOR.dom.elementPath(G.startContainer);n.endPath=t=new CKEDITOR.do…
384 …estor(),e=new CKEDITOR.dom.elementPath(d,b),g=new CKEDITOR.dom.elementPath(c.startContainer,b),c=n…
389 …de,e=a.mergeBlockBookmark.endNode,g=new CKEDITOR.dom.elementPath(d,c),f=new CKEDITOR.dom.elementPa…
392 …scendant("table",!0));k=l;l=new CKEDITOR.dom.elementPath(f.startContainer,k);k=new CKEDITOR.dom.el…
448 …on c(a){function b(){for(var a=new CKEDITOR.dom.elementPath(d.getParent()),c=new CKEDITOR.dom.elem…
898 …var c=this.getContext(b.elementPath());!c||this.isIndent&&CKEDITOR.plugins.indentList.firstItemInP…
935 …),l=new CKEDITOR.dom.elementPath(d.startContainer),m=l.block,l=l.lastElement.getAscendant("li",1)|…
[all …]
/plugin/ckgedit/ckeditor/
H A 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…
284 …ull,this)},elementPath:function(a){if(!a){a=this.getSelection();if(!a)return null;a=a.getStartElem…
408 …),l.setStartAfter(q));J=new CKEDITOR.dom.elementPath(l.startContainer);z.endPath=G=new CKEDITOR.do…
421 …estor(),e=new CKEDITOR.dom.elementPath(d,b),f=new CKEDITOR.dom.elementPath(c.startContainer,b),c=n…
425 …ode,e=a.mergeListBookmark.endNode,f=new CKEDITOR.dom.elementPath(d,c),g=new CKEDITOR.dom.elementPa…
426 …de,e=a.mergeBlockBookmark.endNode,f=new CKEDITOR.dom.elementPath(d,c),g=new CKEDITOR.dom.elementPa…
430 …scendant("table",!0));m=l;l=new CKEDITOR.dom.elementPath(g.startContainer,m);m=new CKEDITOR.dom.el…
488 …on c(a){function b(){for(var a=new CKEDITOR.dom.elementPath(d.getParent()),c=new CKEDITOR.dom.elem…
1015 …),g=new CKEDITOR.dom.elementPath(l.startContainer),b=g.block,g=g.lastElement.getAscendant("li",1)|…
[all …]
H A Dckeditor.js.unc3836 elementPath: m
5692 h(this, this.elementPath(), !0)
5958 elementPath: function(a) {
8820 c = this.elementPath();
10375 CKEDITOR.dom.elementPath.prototype = {
16525 var b = a.elementPath(c);
16718 var g = a.elementPath();
18408 var e = a.elementPath();
18432 var b = a.elementPath();
19610 var b = a.elementPath();
[all …]
H A DCHANGES.md395 * [#684](https://github.com/ckeditor/ckeditor-dev/issues/684): Fixed: The [`elementPath.contains()`…
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …etParentEditor(),I=G.getSelection(),E=I&&I.getSelectedElement(),H=E&&G.elementPath(E).contains("a"…
H A Dimage.js.unc315 link = element && editor.elementPath( element ).contains( 'a', 1 );
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …etParentEditor(),I=G.getSelection(),E=I&&I.getSelectedElement(),H=E&&G.elementPath(E).contains("a"…
H A Dimage.js.unc316 link = element && editor.elementPath( element ).contains( 'a', 1 );
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js4234 function getElementLineIntersection(elementPath, linePath, cropStart) { argument
4236 var intersections = getIntersections(elementPath, linePath);