You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method takes only the variables defined above and explained below. You can **NOT** pass custom variables this way.
79
79
@@ -98,7 +98,8 @@ This method takes only the variables defined above and explained below. You can
98
98
|_pNotes:_|(optional) Detailed task information that will be displayed in tool tip for this task|
99
99
|_pGantt:_|(required) javascript JSGantt.GanttChart object from which to take settings. Defaults to "g" for backwards compatibility|
100
100
|_pCost:_| cost of that task, numeric
101
-
|_pBarText:_|(optional) Use to include text inside a task bar|
101
+
|_pBarText:_|(optional) Use to include text inside a task bar|
102
+
|_pPlanClass:_|(optional) the css class for planned date of this task
102
103
103
104
<sup>*</sup> Combined group tasks show all sub-tasks on one row. The information displayed in the task list and row caption are taken from the parent task. Tool tips are generated individually for each sub-task from its own information. Milestones are not valid as sub-tasks of a combined group task and will not be displayed. No bounds checking of start and end dates of sub-tasks is performed therefore it is possible for these task bars to overlap. Dependencies can be set to and from sub-tasks only.
104
105
@@ -175,6 +176,7 @@ The structure of the native XML file:
0 commit comments