Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to move and resize gantt chart tasks in Apex?

Matti_AJun 5 2019 — edited Jun 6 2019

Hello!

I'm using Apex 19.1 and I have a gantt chart. I want to move and resize tasks via mouse.

I have tried this Oracle JET cookbook example but I cannot get it to work: https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=gantt&demo=taskManipulate

Currently I have oj-gantt element with following attributes:

<oj-gantt id="gantt"

              selection-mode="multiple"

              dnd.move.tasks="enabled"

              on-oj-move="[[handleMove]]"

              task-defaults.resizable="enabled"

              on-oj-resize="[[handleResize]]">

</oj-gantt>

Do I also need javascript to make it to work? I have tried to implement javascript as shown in demo.js without success. I'm not very familiar with javascript.

My data is in Oracle database 12c.

Best regards,

Matti

This post has been answered by John JB Brock-Oracle on Jun 5 2019
Jump to Answer
Comments
Post Details
Added on Jun 5 2019
5 comments
467 views