Searched refs:startHeight (Results 1 – 4 of 4) sorted by relevance
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 45568 _this.startHeight = null; 45733 this.startHeight = parseInt(box.height, 10); 45735 this.handle.style.top = this.startOffset + this.startHeight + 'px'; 45931 this.newSize = this.startHeight; 45948 this.currentHeight = this.startHeight + ((0, _event.pageY)(event) - this.startY); 45991 if (this.newSize != this.startHeight) {
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js | 3 …startHeight:a.doc.height,forceUpdate:false,updateInput:0,typing:false,changeObjs:null,cursorActivi… property in a.curOp
|
H A D | scripts.min.js.map | 1 …startHeight","updateScrollbarsInner","sizes","paddingBottom","heightForcer","borderBottom","scroll…
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 30785 var startX, startY, startWidth, startHeight; 30797 startHeight = bounds.height; 30808 var newHeight = min$3(max$5(startHeight + e.clientY - startY, minHeight), maxHeight); 30815 height: startHeight,
|