* upgrade

This commit is contained in:
lanzongjun
2022-07-28 13:26:09 +08:00
parent 5477a01f12
commit f866342fd2
3 changed files with 40 additions and 9 deletions
+12 -5
View File
@@ -11,14 +11,21 @@
*/
css::import($jsRoot . 'dhtmlxgantt/min.css');
js::import($jsRoot . 'dhtmlxgantt/min.js');
js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_critical_path.js');
js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_fullscreen.js');
js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_smart_rendering.js');
js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_marker.js');
js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_tooltip.js');
//js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_critical_path.js');
//js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_fullscreen.js');
//js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_smart_rendering.js');
//js::import($jsRoot . 'dhtmlxgantt/ext/dhtmlxgantt_marker.js');
$currentLang = $app->getClientLang();
if($currentLang != 'en') js::import($jsRoot . 'dhtmlxgantt/lang/' . $currentLang . '.js');
?>
<style>
.gantt_message_area{display:none;}
</style>
<script>
gantt.plugins({
marker: true,
critical_path: true,
fullscreen: true,
tooltip: true
});
</script>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long