Searched refs:scale_height (Results 1 – 5 of 5) sorted by relevance
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.d.ts | 794 scale_height: number; property
|
| D | dhtmlxgantt.js | 13 …scale_height);this.$task_data.style.height=n+"px"}if(this.refresh(),this.$task_bg.style.background… property
|
| D | dhtmlxgantt.js.map | 1 …scale_height","minDate","maxDate","rtl","heights","configs","main_scale","cfg","initScaleConfig","…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 18840 var dataHeight = Math.max(this.$state.height - config.scale_height, 0); 18857 contentY: this.isVisible() ? (config.scale_height + contentHeight) : 0, 19297 var lineHeigth = config.scale_height - 1; 19329 this.$grid_scale.style.height = (config.scale_height) + "px"; 21867 offset = view.$content.$getConfig().scale_height; 25318 …prepareConfigs: function (scales, min_coll_width, container_width, scale_height, minDate, maxDate,… argument 25319 var heights = this.splitSize(scale_height, scales.length); 26258 var dataHeight = Math.max(this.$config.height - config.scale_height); 26301 contentY: this.isVisible() ? (config.scale_height + contentHeight) : 0, 26551 scale_height = 0; [all …]
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_quick_info.js.map | 1 …\t//pos.dy = (pos.top + height - scrolls.y > (gantt._y - gantt.config.scale_height)*0.96) ? 1 : 0;…
|