Skip to content

Commit 9dcee3f

Browse files
committed
Update to Gantt library version 7.0.10
1 parent b1d3073 commit 9dcee3f

6 files changed

+58510
-30651
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Oracle APEX Region Type Plugin: dhtmlxGantt
44

5-
* Based on [dhtmlxGantt][2] ([docs][3]) library (v4.1.0, newer version available from the vendor)
5+
* Based on [dhtmlxGantt][2] ([docs][3]) library (v7.0.10)
66
* This is the GPLv2 version of the library with a reduced set of functions
77
* [Compare the free and the Pro version][compare]
88
* If you need all functionality you can buy the Pro version and copy the Pro files into the plugin
@@ -22,16 +22,19 @@
2222
### The Recommended Way
2323

2424
1. Download the [latest version][1]
25-
2. Go to subdirectory `plugin/demo-objects` and install demo-app-including-supporting-objects.sql
25+
2. Go to subdirectory `plugin/demo-objects` for a demo app including supporting objects
2626
3. Run the demo app and inspect, how it was implemented
2727

28+
Notes: Demo app is for APEX 20.2, sorry... try it on apex.oracle.com. Plug-in is still for APEX 5.1.4+ (downgrade was made with a diff tool comparing with an old plug-in version).
29+
2830
### The DIY Way
2931

3032
1. Download the [latest version][1]
3133
2. Install the plugin from the subdirectory `plugin`
3234
3. On your page create a new region of type `dhtmlxGantt [Plug-In]`
3335
4. Optionally provide a query to load data from your tables
3436
* If you provide no query, then the plugin will provide sample data
37+
* For an example query see the inline help in APEX, `plugin/demo-objects/demo-query.sql` or the following section
3538

3639

3740
### Example Query
@@ -162,6 +165,13 @@ This project uses [semantic versioning][6].
162165

163166
Please use for all comments and discussions the [issues functionality on GitHub][4].
164167

168+
### 0.10.0 (2020-10-26)
169+
170+
- Update to dhtmlx Gantt library version 7.0.10
171+
- You need to revisit your Gantt region attributes because of breaking changes (previous library version was 4.1.0)
172+
- New: Support for RTL languages
173+
- New: Skin Material
174+
165175

166176
### 0.9.0 (2018-09-30)
167177

plugin/apex-plugin-dhtmlx-gantt-0.10.0-lib-7.0.10.sql renamed to plugin/apex-5.1.4-plugin-dhtmlx-gantt-0.10.0-lib-7.0.10.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ wwv_flow_api.create_plugin(
8686
'/* config gantt chart */',
8787
''' || v_extensions_js || ''',
8888
'gantt.i18n.setLocale("'' || p_region.attribute_05 || ''");',
89+
'gantt.config.date_format = "%Y-%m-%d %H:%i";',
8990
'gantt.config.xml_date = "%Y-%m-%d";',
9091
'gantt.config.scale_unit = "day";',
9192
'gantt.config.show_grid = '' || p_region.attribute_06 || '';',

0 commit comments

Comments
 (0)