|
2 | 2 |
|
3 | 3 | # Oracle APEX Region Type Plugin: dhtmlxGantt |
4 | 4 |
|
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) |
6 | 6 | * This is the GPLv2 version of the library with a reduced set of functions |
7 | 7 | * [Compare the free and the Pro version][compare] |
8 | 8 | * If you need all functionality you can buy the Pro version and copy the Pro files into the plugin |
|
22 | 22 | ### The Recommended Way |
23 | 23 |
|
24 | 24 | 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 |
26 | 26 | 3. Run the demo app and inspect, how it was implemented |
27 | 27 |
|
| 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 | + |
28 | 30 | ### The DIY Way |
29 | 31 |
|
30 | 32 | 1. Download the [latest version][1] |
31 | 33 | 2. Install the plugin from the subdirectory `plugin` |
32 | 34 | 3. On your page create a new region of type `dhtmlxGantt [Plug-In]` |
33 | 35 | 4. Optionally provide a query to load data from your tables |
34 | 36 | * 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 |
35 | 38 |
|
36 | 39 |
|
37 | 40 | ### Example Query |
@@ -162,6 +165,13 @@ This project uses [semantic versioning][6]. |
162 | 165 |
|
163 | 166 | Please use for all comments and discussions the [issues functionality on GitHub][4]. |
164 | 167 |
|
| 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 | + |
165 | 175 |
|
166 | 176 | ### 0.9.0 (2018-09-30) |
167 | 177 |
|
|
0 commit comments