Skip to content

Commit 5434a68

Browse files
author
pipeline
committed
bug(EJ2-4805): Hide the multiselect and drag and drop samples
1 parent cba9df7 commit 5434a68

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/common/sampleList.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/treeview/checkbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
<div id="description">
1616
<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>
1717
<p>In this demo, the TreeView was populated with checkbox enabled.</p>
18-
<p>For more information, you can refer the <a href="../documentation/treeview/checkboxes.html" target="_blank">Checkboxes</a> section from the documentation.</p>
18+
<p>For more information, you can refer the <a href="../documentation/treeview/checkbox.html" target="_blank">Checkboxes</a> section from the documentation.</p>
1919
</div>

src/treeview/draganddrop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
<div id="description">
1616
<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>
1717
<p>In this demo, TreeView was enabled with multiple selection and drag and drop, so you can drag more than one node and drop.</p>
18-
<p>For more information, you can refer the <a href="../documentation/treeview/drag-and-drop.html" target="_blank">Drag and Drop</a> section from the documentation.</p>
18+
<p>For more information, you can refer the <a href="../documentation/treeview/drag-drop.html" target="_blank">Drag and Drop</a> section from the documentation.</p>
1919
</div>

src/treeview/sample.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{"url":"icons", "name": "Icons and Images", "category": "TreeView"},
1111
{"url":"checkbox", "name": "CheckBox", "category": "TreeView"},
1212
{"url":"editing", "name": "Node Editing", "category": "TreeView"},
13-
{"url":"multiselect", "name": "Multiple Selection", "category": "TreeView", "hideOnDevice": "true"},
14-
{"url":"draganddrop", "name": "Drag and Drop", "category": "TreeView"},
13+
{"url":"multiselect", "name": "Multiple Selection", "category": "TreeView", "hideOnDevice": true},
14+
{"url":"draganddrop", "name": "Drag and Drop", "category": "TreeView", "hideOnDevice": true},
1515
{"url":"template", "name": "Template", "category": "TreeView"},
1616
{"url":"rtl", "name": "RTL", "category": "TreeView"}
1717
]

src/treeview/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
<div id="description">
4040
<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>
4141
<p>In this demo, the node was formed with employee's image, name and designation.</p>
42-
<p>For more information, you can refer the <a href="../documentation/treeview/templates.html" target="_blank">Templates</a> section from the documentation.</p>
42+
<p>For more information, you can refer the <a href="../documentation/treeview/template.html" target="_blank">Templates</a> section from the documentation.</p>
4343
</div>

0 commit comments

Comments
 (0)