diff --git a/apex-install/demo-app-including-supporting-objects.sql.zip b/apex-install/demo-app-including-supporting-objects.sql.zip index feeefaf..f09a7d9 100644 Binary files a/apex-install/demo-app-including-supporting-objects.sql.zip and b/apex-install/demo-app-including-supporting-objects.sql.zip differ diff --git a/apex-install/region_type_plugin_com_github_ogobrecht_dhtmlxgantt.sql.zip b/apex-install/region_type_plugin_com_github_ogobrecht_dhtmlxgantt.sql.zip index 2b30e7b..16040f2 100644 Binary files a/apex-install/region_type_plugin_com_github_ogobrecht_dhtmlxgantt.sql.zip and b/apex-install/region_type_plugin_com_github_ogobrecht_dhtmlxgantt.sql.zip differ diff --git a/src/plugin-dhtmlxGantt-helper.js b/src/plugin-dhtmlxGantt-helper.js index fb2ab94..bea29c7 100644 --- a/src/plugin-dhtmlxGantt-helper.js +++ b/src/plugin-dhtmlxGantt-helper.js @@ -1,5 +1,5 @@ window.plugin_dhtmlxGantt = {}; -plugin_dhtmlxGantt.version = "0.3.0"; +plugin_dhtmlxGantt.version = "0.4.0"; plugin_dhtmlxGantt.init = function() { diff --git a/src/plugin-source.sql b/src/plugin-source.sql index 2cedaa5..4df589c 100644 --- a/src/plugin-source.sql +++ b/src/plugin-source.sql @@ -21,6 +21,14 @@ plugin_dhtmlxGantt.chartContainerId = "' || v_chart_container || '"; plugin_dhtmlxGantt.pageItemsToSubmit = "' || p_region.ajax_items_to_submit || '"; plugin_dhtmlxGantt.queryDefined = ' || case when p_region.source is null then 'false' else 'true' end || '; gantt.config.xml_date = "%Y-%m-%d"; +gantt.config.show_grid = ' || p_region.attribute_06 || '; +gantt.config.show_task_cells = ' || p_region.attribute_09 || '; +gantt.config.show_links = ' || p_region.attribute_07 || '; +gantt.config.show_progress = ' || p_region.attribute_08 || '; +gantt.config.drag_move = ' || p_region.attribute_10 || '; +gantt.config.drag_progress = ' || p_region.attribute_11 || '; +gantt.config.drag_resize = ' || p_region.attribute_12 || '; +gantt.config.drag_links = ' || p_region.attribute_13 || '; ' || p_region.attribute_02 || ' gantt.init("' || v_chart_container || '"); ' || p_region.attribute_03 || '