Searched refs:contentY (Results 1 – 4 of 4) sorted by relevance
/plugin/magnifier/ |
H A D | script.js | 98 _.setPosition = function(x, y, contentX, contentY, $$) argument 100 if ( !$$ || !$$.magnifierImage || !contentX || !contentY || !$$.magnifierContent ) { 106 …var posY = -(contentY / $$.rootNode.height() * $$.magnifierImage.height - $$.magnifierContent.heig…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 18857 contentY: this.isVisible() ? (config.scale_height + contentHeight) : 0, property in Grid.getSize.size 20612 var height = this.$lastSize.contentY; 20663 var contentY = y - borders.vertical; 20666 this.$lastSize = { x: x, y: y, contentX: contentX, contentY: contentY }; property in Cell.setSize.$lastSize 20709 content.style.height = this.$lastSize.contentY + "px"; 20715 size.contentY -= this.$config.headerHeight; 20742 content.style.height = size.contentY + "px"; 21427 y = this.$lastSize.contentY; 22165 size.height = childSize.contentY === undefined ? childSize.height : childSize.contentY; 22229 this.$cell.setSize(size.contentX, size.contentY); [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …contentY;return e!==1*e&&(e=this.$lastSize.height),{width:t,height:e}},t.prototype._getBorderSizes… property in t.setSize.$lastSize
|
H A D | dhtmlxgantt.js.map | 1 …contentY","_getBorderSizes","borders","horizontal","vertical","_currentBorders","_borders","_sizeH…
|