Home
last modified time | relevance | path

Searched refs:smart_rendering (Results 1 – 7 of 7) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_smart_rendering.js118 gantt.config.smart_rendering = true;
392 if(gantt.config.smart_rendering){
405 if(gantt.config.smart_rendering){
415 if(!gantt.config.smart_rendering)
423 if(!gantt.config.smart_rendering)
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_smart_rendering.js13smart_rendering=!0,gantt._smart_render={getViewPort:function(){var t=gantt.$ui.getView("timeline")…
Ddhtmlxgantt_smart_rendering.js.map1smart_rendering.js"],"names":["root","factory","exports","module","define","amd","window","install…
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts894 smart_rendering: boolean; property
Ddhtmlxgantt.js13smart_rendering&&this.$config.rowStore){var r=this.$config.rowStore;this.$task_bg.style.height=i.r…
Ddhtmlxgantt.js.map1smart_rendering","rowStore","countVisible","data_els","contentHeight","contentWidth","scrollHeight…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js6482 smart_rendering: true, property
19024 if (!store || id !== null || !this.isVisible() || !config.smart_rendering) {
22741 return gantt.config.smart_rendering && gantt._smart_render;
22842 if(gantt.config.smart_rendering && !isLegacyRender(gantt)){
23440 if(!rendererViewPort && view && view.$getConfig().smart_rendering){
23474 if(view && view.$getConfig().smart_rendering){
23486 if(!view || !view.$getConfig().smart_rendering || isLegacyRender(gantt)){
24083 if(!gantt.config.smart_rendering || isLegacyRender(gantt)){
24145 if(!viewPort || !config.smart_rendering || isLegacyRender(gantt)){
24174 if (config.smart_rendering) {
[all …]