Home
last modified time | relevance | path

Searched refs:scale_height (Results 1 – 5 of 5) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts794 scale_height: number; property
Ddhtmlxgantt.js13scale_height);this.$task_data.style.height=n+"px"}if(this.refresh(),this.$task_bg.style.background… property
Ddhtmlxgantt.js.map1scale_height","minDate","maxDate","rtl","heights","configs","main_scale","cfg","initScaleConfig","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js18840 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/
Ddhtmlxgantt_quick_info.js.map1 …\t//pos.dy = (pos.top + height - scrolls.y > (gantt._y - gantt.config.scale_height)*0.96) ? 1 : 0;…