RadiantQ jQuery Gantt Package
How to enable Shift/Resize tracker to the recurring tasks?
Previous Topic  Next Topic 


We have introduced shiftTask plugin to shift recursive taskbars or similar elements.


$recursBar.shiftTask({

    ganttTaskItemBar: taskItemControl,

    Data: { index: i, task: recurTask },

    StartDateProperty: "task.Start",

    EffortProperty: "task.Effort",

    EndDateProperty: "task.End",

    WorkTimeSchedule: null,

    AllowResizing: true

});


Options


Data - Any value you wish to bind with the widget. It can be used to store data and retrieve back in 

ganttControl.ActivityTimeChanged(sender, args) event via args.DataSource.


Effort - The duration between Start/End properties value in RQTimeSpan object.


WorkTimeSchedule - Specifies the schedule shiftTask plugin needs to be followed. By default schedule is null which follows 24x7 schedule.





� RadiantQ 2022. All Rights Reserved.