Searched refs:contentY (Results 1 – 4 of 4) sorted by relevance
| /plugin/magnifier/ |
| 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/ |
| D | dhtmlxgantt.js | 18857 contentY: this.isVisible() ? (config.scale_height + contentHeight) : 0, property 20612 var height = this.$lastSize.contentY; 20663 var contentY = y - borders.vertical; 20666 this.$lastSize = { x: x, y: y, contentX: contentX, contentY: contentY }; property 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; 22153 this.$content.setSize(this.$lastSize.contentX, this.$lastSize.contentY); 22165 size.height = childSize.contentY === undefined ? childSize.height : childSize.contentY; [all …]
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js | 13 …contentY;return e!==1*e&&(e=this.$lastSize.height),{width:t,height:e}},t.prototype._getBorderSizes… property
|
| D | dhtmlxgantt.js.map | 1 …contentY","_getBorderSizes","borders","horizontal","vertical","_currentBorders","_borders","_sizeH…
|