Searched refs:getCoords (Results 1 – 5 of 5) sorted by relevance
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 16028 this.getCoords = function (elem) { 16029 return this.view.wt.wtTable.getCoords.call(this.view.wt.wtTable, elem); 25222 …that.instance.getSetting('onCellMouseOver', event, that.instance.wtTable.getCoords(td), td, that.i… 25238 …that.instance.getSetting('onCellMouseOut', event, that.instance.wtTable.getCoords(lastTD), lastTD,… 25344 cell.coords = this.instance.wtTable.getCoords(TD); 27427 value: function getCoords(TD) { 43887 var col = this.hot.view.wt.wtTable.getCoords(TH).col; // getCoords returns CellCoords 45698 var row = this.hot.view.wt.wtTable.getCoords(TH).row; // getCoords returns CellCoords 46947 targetCoords = _this.hot.getCoords(endTarget);
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 6 …getCoords(oCoords){return{tl:new fabric.Point(oCoords.tl.x,oCoords.tl.y),tr:new fabric.Point(oCoor… function
|
H A D | fabric.js | 12306 function getCoords(oCoords) { function 12314 var thisCoords = getCoords(this.oCoords), 12315 otherCoords = getCoords(other.oCoords),
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …getCoords(elem) {\n var bbox = elem.getBBox();\n var matrix = elem.ownerSVGElement.getScreenCTM(…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …getCoords(elem) {\n var bbox = elem.getBBox();\n var matrix = elem.ownerSVGElement.getScreenCTM(…
|