Skip to content

Commit db762d0

Browse files
committed
[update] complete api descriptions for v9.0
1 parent 2cd4ad5 commit db762d0

7 files changed

+36
-7
lines changed

data/api/gantt_adjusttaskheightforbaselines.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ This method modifies the [`row_height`](desktop/resizing_rows.md) value of the p
1717

1818
Typically, there is no need to call this method directly. It is necessary only when you dynamically modify the display settings of the [gantt.config.baselines](api/gantt_baselines_config.md) config.
1919

20+
@related:
21+
desktop/inbuilt_baselines.md
22+
2023
@relatedapi:
2124
api/gantt_baselines_config.md
2225

2326
@relatedsample:
2427
04_customization/15_baselines.html
2528

29+
@edition: pro
30+
2631
@changelog: added in v9.0

data/api/gantt_auto_scheduling_config.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ gantt.init("gantt_here");
2121

2222
The `auto_scheduling` config can be set as a boolean or as an object to enable additional control over the auto-scheduling behavior. When set as an object, the following options are available:
2323

24-
- **enabled** (*boolean*) - turns auto-scheduling on or off (same as using a boolean value directly).
25-
- **show_constraints** (*boolean*) - controls the display of task constraints on the Gantt chart. Set to `true` to display constraints or `false` to hide them.
24+
- <span class=subproperty>**enabled**</span> - (*boolean*) - turns auto-scheduling on or off (same as using a boolean value directly).
25+
- <span class=subproperty>**show_constraints**</span> - (*boolean*) - controls the display of task constraints on the Gantt chart.
26+
Set to `true` to display constraints or `false` to hide them.
2627

2728
For example, to enable auto-scheduling but disable the display of task constraints:
2829

@@ -57,4 +58,7 @@ desktop/auto_scheduling.md
5758
- api/gantt_oncircularlinkerror_event.md
5859
- api/gantt_onautoschedulecircularlink_event.md
5960

60-
@edition:pro
61+
@edition:pro
62+
63+
@changelog:
64+
Can be set as an object since v9.0

data/api/gantt_bar_height_padding_config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ gantt.config.bar_height_padding = 14;
3434

3535
@relatedapi:
3636
api/gantt_bar_height_config.md
37-
api/gantt_row_height_config.md
37+
api/gantt_row_height_config.md
38+
39+
@changelog: added in v9.0

data/api/gantt_baseline_text_template.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ gantt.templates.baseline_text = function(task, baseline, index) {
1919

2020
@descr:
2121

22+
@related:
23+
desktop/inbuilt_baselines.md
2224

2325
@relatedapi:
2426
api/gantt_baselines_config.md
2527

2628
@relatedsample:
27-
04_customization/15_baselines.html
29+
04_customization/15_baselines.html
30+
31+
@edition: pro
32+
33+
@changelog: added in v9.0

data/api/gantt_deadlines_config.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,12 @@ gantt.init("gantt_here");
1313
@descr:
1414
This config enables or disables the display of deadline elements for tasks. If enabled, Gantt will check the `task.deadline` property, and if it contains a valid date, the deadline element will be displayed in the timeline.
1515

16+
@related:
17+
desktop/inbuilt_baselines.md
18+
1619
@relatedsample:
17-
04_customization/14_deadline.html
20+
04_customization/14_deadline.html
21+
22+
@edition: pro
23+
24+
@changelog: added in v9.0

data/api/gantt_link_radius_config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ The property defines the radius for rounding the corners of link lines in the ti
1515

1616
@relatedapi:
1717
api/gantt_link_line_width_config.md
18-
api/gantt_link_arrow_size_config.md
18+
api/gantt_link_arrow_size_config.md
19+
20+
@changelog: added in v9.0

data/desktop/guides.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,16 @@ Check the [features available in the Standard and PRO versions](desktop/editions
152152
<li>desktop/multiselection.md</li>
153153
<li>desktop/working_time.md</li>
154154
<li>desktop/critical_path.md</li>
155+
<li>desktop/inbuilt_baselines.md</li>
155156
<li>desktop/baselines.md</li>
156157
<li>desktop/milestones.md</li>
157158
<li>desktop/tooltips.md</li>
158159
<li>desktop/text_block_for_task.md</li>
159160
<li>desktop/readonly_mode.md</li>
160161
<li>desktop/validation.md</li>
161162
<li>desktop/dnd.md</li>
163+
<li>desktop/advanced_dnd.md</li>
164+
<li>desktop/custom_projects_dates.md</li>
162165
</ul>
163166
</td>
164167
<td class='topic_description'>Covers the basics of performing general operations over task objects, such as adding, deleting, setting the date format, filtering, etc.</td>

0 commit comments

Comments
 (0)