Skip to content

Commit 577c89f

Browse files
committed
[update] what's new for v8.4
1 parent 520dd0c commit 577c89f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/tree/api/tree_rootid_config.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: You can explore the rootId config of Tree in the documentation of t
1111
@signature: {'rootId?: string | number;'}
1212

1313
@example:
14-
const tree = new dhx.Tree("tree_container", {
14+
const tree = new dhx.Tree(null, {
1515
rootId: "root"
1616
});
1717

@@ -21,7 +21,11 @@ By default, the root element takes the id of a Tree container.
2121

2222
~~~js
2323
const tree = new dhx.Tree("tree_container");
24-
tree.data.getRoot() -> "tree_container"
24+
tree.data.getRoot(); -> "tree_container"
2525
~~~
2626

27+
You should use the `rootId` property, if you render a tree in a layout cell and use the [`autoload`](/tree/api/tree_autoload_config/) option in the Tree configuration object.
28+
29+
30+
2731
@changelog: added in v7.0

docs/whatsnew.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Released on July X, 2024
2020
#### Chart
2121

2222
- The ability to [specify a template for showing values for data items on the Pie, Pie3D and Donut charts](chart/customization.md#adding-template-for-percent-values)
23-
- The ability to [add the header/footer for an exported PNG file](/chart/api/export/chart_png_method/)
23+
- The ability to [add the header/footer for an exported PNG/PDF file](/chart/api/export/chart_png_method/)
2424

2525
#### Combobox
2626

@@ -33,7 +33,7 @@ Released on July X, 2024
3333
#### Grid/TreeGrid
3434

3535
- The ability to [add event handlers to HTML elements of a custom template of Combobox editor items in a column](/grid/api/api_gridcolumn_properties/)
36-
- The ability to [add the header/footer for an exported PNG file](/grid/api/export/grid_png_method/)
36+
- The ability to [add the header/footer for an exported PNG/PDF file](/grid/api/export/grid_png_method/)
3737

3838
#### Toolbar
3939

0 commit comments

Comments
 (0)