Skip to content

Commit ec55d85

Browse files
author
Serhii Pylypchuk
committed
[update] broken links and moving some sections
1 parent 077dd37 commit ec55d85

3 files changed

Lines changed: 16 additions & 17 deletions

File tree

docs/editor_overview.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,6 @@ You can adjust the attributes of the shapes via the available sidebar options of
6363
| ![](assets/mindmap_editor_draggable.gif) |
6464

6565
If you've added a custom shape to the editor in the org chart mode, you can configure the right panel to be able to edit custom properties of the shape.
66-
67-
## Shape search
68-
69-
DHTMLX Diagram provides you with a set of API that you can apply in order to make working with a Diagram more convenient.
70-
For example, you can implement a feature of searching a shape on request that helps you to simplify work with large diagrams.
71-
72-
<iframe src="https://snippet.dhtmlx.com/d7kvzq4r?mode=result" frameborder="0" class="snippet_iframe" width="100%" height="500"></iframe>
73-
74-
## Diagram scale
75-
76-
You can apply the zoom template to your diagram to be able to change its appearance via zooming the diagram in or out. Besides, you can make it possible to user to get the detailed information on the selected shape.
77-
78-
<iframe src="https://snippet.dhtmlx.com/09o8t3o2?mode=result" frameborder="0" class="snippet_iframe" width="100%" height="500"></iframe>
79-
8066
## What's next
8167

8268
That's all. Now you can start working with diagrams or keep exploring the inner world of JavaScript Diagram and Diagram Editor.

docs/overview.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ There is also an org chart mode of Diagram that presents a set of shapes connect
6666

6767
### Assistant and partner shapes
6868

69-
A parent shape of any level can have assistant or partner items. The assistant and partner shapes can't be parent items. The assistant and partner items can be added in the [editor](#editor-in-the-org-chart-mode) or by preparing a [data set](guides/loading_data.md/#preparing-data-to-load).
69+
A parent shape of any level can have assistant or partner items. The assistant and partner shapes can't be parent items. The assistant and partner items can be added in the [editor](./editor_overview/#editor-in-the-org-chart-mode) or by preparing a [data set](guides/loading_data.md/#preparing-data-to-load).
7070

7171
In the hierarchical order, the assistant items are displayed between parent and children shapes.
7272

@@ -113,6 +113,19 @@ An example of adding a custom template into the mindmap mode of the diagram to c
113113

114114
<iframe src="https://snippet.dhtmlx.com/do1jwmw1?mode=result" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
115115

116+
## Shape search
117+
118+
DHTMLX Diagram provides you with a set of API that you can apply in order to make working with a Diagram more convenient.
119+
For example, you can implement a feature of searching a shape on request that helps you to simplify work with large diagrams.
120+
121+
<iframe src="https://snippet.dhtmlx.com/d7kvzq4r?mode=result" frameborder="0" class="snippet_iframe" width="100%" height="500"></iframe>
122+
123+
## Diagram scale
124+
125+
You can apply the zoom template to your diagram to be able to change its appearance via zooming the diagram in or out. Besides, you can make it possible to user to get the detailed information on the selected shape.
126+
127+
<iframe src="https://snippet.dhtmlx.com/09o8t3o2?mode=result" frameborder="0" class="snippet_iframe" width="100%" height="500"></iframe>
128+
116129
## What's next
117130

118131
Now you can learn about using DHTMLX Diagram Editor in your application. Read the [Diagram Editor overview](editor_overview.md) to get more about this tool.

docs/whats_new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Version 4.1
1212
------------------
1313
Released on December 7, 2021
1414

15-
### New functionality
15+
### New functionality!
1616

1717
- The ability to add [partner shapes](/#assistant-and-partner-shapes) in the org chart mode
1818
- The ability to add [assistant shapes](/#assistant-and-partner-shapes) in the org chart mode
1919
- The ability to add [titles to lines](/#title-of-lines) in the default mode
20-
- The ability to [drag and drop shapes](/#editor-in-the-org-chart-mode) from one parent to another in Editor in org chart and mind map modes. The shapes are dragged with their children items
20+
- The ability to [drag and drop shapes](../editor_overview/#editor-in-the-org-chart-mode) from one parent to another in Editor in org chart and mind map modes. The shapes are dragged with their children items
2121
- The ability to [style target items](/guides/customization/#styling-target-shapes) in Editor in org chart and mindmap modes
2222

2323
### API

0 commit comments

Comments
 (0)