Searched refs:addGeometryHandler (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 2531 widthUpdate = this.addGeometryHandler(width, function(geo, value, cell) 2552 heightUpdate = this.addGeometryHandler(height, function(geo, value, cell) 2661 leftUpdate = this.addGeometryHandler(left, function(geo, value) 2674 topUpdate = this.addGeometryHandler(top, function(geo, value) 2729 ArrangePanel.prototype.addGeometryHandler = function(input, fn) method in ArrangePanel
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 3045 …"input")[0];this.addKeyHandler(p,E);this.addKeyHandler(q,E);g=this.addGeometryHandler(p,function(a… 3046 c*100/a.width)/100),a.width=c)});l=this.addGeometryHandler(q,function(a,c,d){e.isTableCell(d)&&(d=e… 3049 …ener(E)}});E();m=this.addGeometryHandler(x,function(a,c){c=b.fromUnit(c);a.relative?a.offset.x=c:a… 3051 ArrangePanel.prototype.addGeometryHandler=function(a,b){function d(d){if(""!=a.value){var k=parseFl…
|