Home
last modified time | relevance | path

Searched refs:smart_scales (Results 1 – 4 of 4) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts899 smart_scales: boolean; property
H A Ddhtmlxgantt.js13smart_scales){var t=this.getViewPort(),e=this._scales;this.$task_scale.innerHTML=this._getScaleChu…
H A Ddhtmlxgantt.js.map1smart_scales","viewPort","getViewPort","_scales","_getScaleChunkHtml","x_end","y_end","taskFilter"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6588 smart_scales: true, property in module.exports.result
26337 if (!config.smart_scales) return;
26619 if (globalConfig.smart_scales && (!isNaN(fromPos) && !isNaN(toPos))) {
26643 var position = globalConfig.smart_scales ? ("position:absolute;left:" + left + "px") : "";