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
Copy file name to clipboardExpand all lines: src/treeview/checkbox.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<divid="description">
9
9
<p>The <code>TreeView</code> component can be render with checkbox on the left side of each tree node. This allows the user to check more than one nodes, and this can be enabled by <code>showCheckBox</code> property.</p>
10
10
<p>In this demo, the TreeView was populated with checkbox enabled.</p>
11
-
<p>For more information, you can refer the <ahref="../documentation/treeview/checkboxes.html" target="_blank">Checkboxes</a> section from the documentation.</p>
11
+
<p>For more information, you can refer the <ahref="../documentation/treeview/checkbox.html" target="_blank">Checkboxes</a> section from the documentation.</p>
Copy file name to clipboardExpand all lines: src/treeview/dragdrop.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<divid="description">
9
9
<p>The <code>TreeView</code> component allows the user to drag any node and drop the child or sibling of any other nodes. This can be enabled by <code>allowDragAndDrop</code> property.</p>
10
10
<p>In this demo, the TreeView was enabled with multiple selection and drag and drop, so you can drag more than one node and drop.</p>
11
-
<p>For more information, you can refer the <ahref="../documentation/treeview/drag-and-drop.html" target="_blank">Drag and Drop</a> section from the documentation.</p>
11
+
<p>For more information, you can refer the <ahref="../documentation/treeview/drag-drop.html" target="_blank">Drag and Drop</a> section from the documentation.</p>
Copy file name to clipboardExpand all lines: src/treeview/template.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,5 @@
16
16
<divid="description">
17
17
<p>The <code>TreeView</code> component has the option to customize the node structure through the <code>nodeTemplate</code> property, so the tree node can be formed with any custom structure.</p>
18
18
<p>In this demo, the node was formed with employee's image, name and designation.</p>
19
-
<p>For more information, you can refer the <ahref="../documentation/treeview/templates.html" target="_blank">Templates</a> section from the documentation.</p>
19
+
<p>For more information, you can refer the <ahref="../documentation/treeview/template.html" target="_blank">Templates</a> section from the documentation.</p>
0 commit comments