Home
last modified time | relevance | path

Searched refs:elementRect (Results 1 – 5 of 5) sorted by relevance

/plugin/fuzzysearch/
H A Deditor.js99 const elementRect = element.getBoundingClientRect();
104 const cursorTop = elementRect.top + scrollTop + coords.top;
105 const cursorLeft = elementRect.left + scrollLeft + coords.left;
125 const elementBottom = elementRect.bottom + scrollTop;
137 const elementTop = elementRect.top + scrollTop;
/plugin/ckgedit/ckeditor/
Dckeditor.js1247elementRect.top)/2:(a.elementRect.bottom+a.siblingRect.top)/2):b==CKEDITOR.LINEUTILS_BEFORE?a.elem…
1248 CKEDITOR.LINEUTILS_INSIDE&&this.store(c,CKEDITOR.LINEUTILS_INSIDE,(b.elementRect.top+b.elementRect.…
1251 …],e={};e.width=b.siblingRect?Math.max(b.siblingRect.width,b.elementRect.width):b.elementRect.width…
1252 e.left=b.elementRect.left-this.rect.relativeX:(0<b.elementRect.left?e.left=this.rect.left+b.element…
Dckeditor.js.unc24785 …om + a.elementRect.top) / 2 : (a.elementRect.bottom + a.siblingRect.top) / 2) : b == CKEDITOR.LINE…
24790 …for (var c in d) b = d[c], b.elementRect = b.element.getClientRect(), b.type & CKEDITOR.LINEUTILS_…
24791 …EUTILS_INSIDE && this.store(c, CKEDITOR.LINEUTILS_INSIDE, (b.elementRect.top + b.elementRect.botto…
24888 …e.width = b.siblingRect ? Math.max(b.siblingRect.width, b.elementRect.width) : b.elementRect.width;
24892 …ft = b.elementRect.left - this.rect.relativeX : (0 < b.elementRect.left ? e.left = this.rect.left …
/plugin/ckeditor5markdown/
Dckeditor.js2elementRect:c,positionedElementAncestor:s,viewportRect:a};if(i||o){if(i){const e=si(i,a);e&&(h.lim… property
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js22588 var elementRect = element.getBoundingClientRect();
22591 x: event.clientX - elementRect.left,
22592 y: event.clientY - elementRect.top