Skip to content

Commit 1cf869a

Browse files
committed
Update preview sample output of Blazor components UG documentation
1 parent b09401c commit 1cf869a

19 files changed

+48
-127
lines changed

blazor/treegrid/getting-started-webapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ N> If an **Interactivity Location** is set to `Global` and the **Render Mode** i
282282

283283
* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor TreeGrid component in your default web browser.
284284

285-
{% previewsample alt="Blazor TreeGrid Getting Started Sample" "https://blazorplayground.syncfusion.com/embed/BNLzXiANJxYypVIp?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeGrid](images/blazor-treegrid-component.png)" %}
285+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BNLzXiANJxYypVIp?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeGrid](images/blazor-treegrid-component.png)" %}
286286

287287
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/TreeGrid/BlazorWebApp).
288288

@@ -441,7 +441,7 @@ The sorting feature enables to order the records. It can be enabled by setting t
441441
{% endhighlight %}
442442
{% endtabs %}
443443

444-
{% previewsample alt="Blazor TreeGrid Paging and Sorting Sample" "https://blazorplayground.syncfusion.com/embed/rtLzNMKDzGDJVWCD?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeGrid](images/blazor-treegrid.png)" %}
444+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rtLzNMKDzGDJVWCD?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeGrid](images/blazor-treegrid.png)" %}
445445

446446
## Handling exceptions
447447

@@ -531,7 +531,7 @@ The following code example shows how to use the [OnActionFailure](https://help.s
531531
{% endhighlight %}
532532
{% endtabs %}
533533

534-
{% previewsample alt="Blazor TreeGrid Exception Handling Sample" "https://blazorplayground.syncfusion.com/embed/BXBIMtXaTweQwBMx?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
534+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXBIMtXaTweQwBMx?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
535535

536536
## See also
537537

blazor/treeview/check-box.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ For independent checked states, allowing child nodes to be checked or unchecked
101101
}
102102
```
103103

104-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNhSitCBUvmzMcKy?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
105-
106-
![Blazor TreeView with CheckBox](./images/blazor-treeview-checkbox.png)
104+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNhSitCBUvmzMcKy?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeView with CheckBox](./images/blazor-treeview-checkbox.png)" %}
107105

108106
## Check Nodes through Data Binding
109107

@@ -277,9 +275,7 @@ The Blazor TreeView component enables checking specific nodes upon initial rende
277275
}
278276
}
279277
```
280-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXBSMZsVqvvPrMXI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
281-
282-
![Blazor TreeView](./images/checkednodes.png)
278+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXBSMZsVqvvPrMXI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeView](./images/checkednodes.png)" %}
283279

284280
## Check and Uncheck All Nodes
285281

@@ -384,9 +380,7 @@ The example demonstrates the usage of these methods within the context of a butt
384380
}
385381
}
386382
```
387-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LtrICXiVgusUIOKg?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
388-
389-
![Blazor TreeView](./images/check-uncheck.png)
383+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LtrICXiVgusUIOKg?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeView](./images/check-uncheck.png)" %}
390384

391385
## Get Checked Nodes
392386

@@ -541,9 +535,7 @@ The Blazor TreeView component provides the capability to pre-select specific nod
541535
</style>
542536
543537
```
544-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hXVyCtMrKkBdTNdz?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
545-
546-
![Get checked nodes](./images/blazor-treeview-get-checked-nodes.png)
538+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hXVyCtMrKkBdTNdz?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Get checked nodes](./images/blazor-treeview-get-checked-nodes.png)" %}
547539

548540
## Single Selection with CheckBox
549541

@@ -748,9 +740,7 @@ The Blazor TreeView component can render checkboxes before each node when [`Show
748740
</style>
749741
750742
```
751-
{% previewsample "https://blazorplayground.syncfusion.com/embed/htLosZWBgaTqlQtr?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
752-
753-
![Hide CheckBox for parent nodes](./images/blazor-treeview-remove-parent-checkbox.png)
743+
{% previewsample "https://blazorplayground.syncfusion.com/embed/htLosZWBgaTqlQtr?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Hide CheckBox for parent nodes](./images/blazor-treeview-remove-parent-checkbox.png)" %}
754744

755745
## Cancel the Check Action
756746

blazor/treeview/data-binding.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ In the following example, **Id**, **FolderName**, and **SubFolders** columns fro
120120
121121
```
122122

123-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXBSMtsVUEylUdFX?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
124-
125-
![Blazor TreeView with Hierarchical Data](./images/blazor-treeview-hierarchical-data.png)
123+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXBSMtsVUEylUdFX?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeView with Hierarchical Data](./images/blazor-treeview-hierarchical-data.png)" %}
126124

127125
N> In the Blazor TreeView component, observable collection support is provided only for the [`DataSource`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.TreeViewFieldOptions-1.html#Syncfusion_Blazor_Navigations_TreeViewFieldOptions_1_DataSource) property, not for the [`Child`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.TreeViewFieldOptions-1.html#Syncfusion_Blazor_Navigations_TreeViewFieldOptions_1_Child) property. The [`Child`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.TreeViewFieldOptions-1.html#Syncfusion_Blazor_Navigations_TreeViewFieldOptions_1_Child) property supports only the `List<T>` data type.
128126

@@ -219,9 +217,7 @@ To render the root level nodes, specify the ParentID as null or no need to speci
219217
220218
```
221219

222-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rDroWNWBAucDwMeI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
223-
224-
![Blazor TreeView with Self-Referential Data](./images/blazor-treeview-hierarchical-data.png)
220+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rDroWNWBAucDwMeI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeView with Self-Referential Data](./images/blazor-treeview-hierarchical-data.png)" %}
225221

226222
### ExpandoObject Binding
227223

@@ -441,9 +437,7 @@ The **OrderID**, **EmployeeID**, and **ShipName** columns from orders table are
441437
}
442438
443439
```
444-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hjByWXirTXWroCXq?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
445-
446-
![Blazor TreeView with Remote Data](./images/blazor-treeview-remote-data.png)
440+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hjByWXirTXWroCXq?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeView with Remote Data](./images/blazor-treeview-remote-data.png)" %}
447441

448442
### Web API Adaptor
449443

blazor/treeview/drag-and-drop.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ N> In the [**OnNodeDragged**](https://help.syncfusion.com/cr/blazor/Syncfusion.B
113113
114114
```
115115

116-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VNhyMZsBJDLnhwpw?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
117-
118-
![Drag and Drop Node in Blazor TreeView](./images/blazor-treeview-drag-drop-node.png)
116+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VNhyMZsBJDLnhwpw?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Drag and Drop Node in Blazor TreeView](./images/blazor-treeview-drag-drop-node.png)" %}
119117

120118
## Multiple-Node Drag and Drop
121119

@@ -208,9 +206,7 @@ To enable dragging and dropping of multiple nodes, enable both the [`AllowMultiS
208206
}
209207
210208
```
211-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hNhSsXsVfZUjOzRj?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
212-
213-
![Drag and Drop Multiple Node in Blazor TreeView](./images/blazor-treeview-drag-drop-multi-node.png)
209+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hNhSsXsVfZUjOzRj?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Drag and Drop Multiple Node in Blazor TreeView](./images/blazor-treeview-drag-drop-multi-node.png)" %}
214210

215211

216212
## Drag and Drop within a TreeView
@@ -277,9 +273,7 @@ The default value of `AllowDragAndDrop` property is false.
277273
}
278274
279275
```
280-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXLyitsLTjUePIsG?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
281-
282-
![Drag and drop within a TreeView](./images/blazor-treeview-drag-and-drop-within-treeview.png)
276+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXLyitsLTjUePIsG?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Drag and drop within a TreeView](./images/blazor-treeview-drag-and-drop-within-treeview.png)" %}
283277

284278
## Drag and Drop Between TreeViews
285279

@@ -493,9 +487,7 @@ The Blazor TreeView component includes built-in drag and drop support, allowing
493487
</style>
494488
495489
```
496-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VZryiDsBftpsSWPi?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
497-
498-
![Drag and drop between TreeViews](./images/blazor-treeview-drag-and-drop-between-treeviews.png)
490+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VZryiDsBftpsSWPi?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Drag and drop between TreeViews](./images/blazor-treeview-drag-and-drop-between-treeviews.png)" %}
499491

500492
## Restrict Drag and Drop for Individual node
501493

blazor/treeview/expand-collaspe-actions.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ Specific nodes can be programmatically expanded upon TreeView initialization by
9595
}
9696
9797
```
98-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjhSWNCrTNHHeZFa?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
99-
100-
![Expand nodes through data binding](./images/blazor-treeview-expand-nodes-through-data-binding.png)
98+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjhSWNCrTNHHeZFa?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Expand nodes through data binding](./images/blazor-treeview-expand-nodes-through-data-binding.png)" %}
10199

102100
## Expand Nodes through API
103101

@@ -336,9 +334,7 @@ The Blazor TreeView component provides the `ExpandedNodes` property for two-way
336334
}
337335
</style>
338336
```
339-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hDLSMDCVfjcEkxgQ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
340-
341-
![Get expanded nodes](./images/blazor-treeview-get-expanded-nodes.png)
337+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hDLSMDCVfjcEkxgQ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Get expanded nodes](./images/blazor-treeview-get-expanded-nodes.png)" %}
342338

343339
## Expand or Collapse a Node Programmatically
344340

blazor/treeview/how-to/accordion-tree.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,4 @@ An accordion is a UI pattern where a list of items allows one item to be expande
214214
</style>
215215
```
216216

217-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hZhoMjCBqcFBIQiH?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
218-
219-
![Customizing Blazor TreeView as Accordion](../images/blazor-treeview-with-custom-accordion.png)
217+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hZhoMjCBqcFBIQiH?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Customizing Blazor TreeView as Accordion](../images/blazor-treeview-with-custom-accordion.png)" %}

blazor/treeview/how-to/check-uncheck-the-checkbox-on-clicking-the-tree-node-text.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,4 @@ Checkboxes in the TreeView can be checked and unchecked by clicking the tree nod
190190
}
191191
```
192192

193-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VtLesXsrAwEkrazW?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
194-
195-
![Checking or Unchecking CheckBox in Blazor TreeView](../images/blazor-treeview-checkbox.png)
193+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VtLesXsrAwEkrazW?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Checking or Unchecking CheckBox in Blazor TreeView](../images/blazor-treeview-checkbox.png)" %}

blazor/treeview/how-to/customize-the-expand-and-collapse-icons.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ The following example demonstrates how to customize the expand and collapse icon
139139
140140
```
141141

142-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXhSsjMrKbjcuFLi?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
143-
144-
![Customizing Expand and Collapse Icon in Blazor TreeView](../images/blazor-treeview-customize-expand-collapse-icon.png)
142+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXhSsjMrKbjcuFLi?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Customizing Expand and Collapse Icon in Blazor TreeView](../images/blazor-treeview-customize-expand-collapse-icon.png)" %}
145143

146144
## Customize Expand/Collapse Icon Position and Color
147145

@@ -340,9 +338,7 @@ The position and color of the expand or collapse icons are customized using CSS.
340338
</style>
341339
```
342340

343-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rDBIMDMrKbiQKRCm?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
344-
345-
![Customizing Icon Position and Color in Blazor TreeView](../images/blazor-treeview-custom-icons-position-and-color.png)
341+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rDBIMDMrKbiQKRCm?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Customizing Icon Position and Color in Blazor TreeView](../images/blazor-treeview-custom-icons-position-and-color.png)" %}
346342

347343
## Increase Padding Between Text, Expand/Collapse Icons, and Custom Icons
348344

blazor/treeview/how-to/customize-the-tree-nodes-based-on-levels.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,4 @@ The following example demonstrates customizing node appearance at various levels
139139
140140
```
141141

142-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXhIWNihKvBuqmZc?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
143-
144-
![Customizing Nodes based on Levels in Blazor TreeView](../images/blazor-treeview-with-custom-nodes.png)
142+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXhIWNihKvBuqmZc?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Customizing Nodes based on Levels in Blazor TreeView](../images/blazor-treeview-with-custom-nodes.png)" %}

blazor/treeview/how-to/get-dynamic-icon.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,4 @@ bound `IconCss` class dynamically. Using the [`GetTreeData`](https://help.syncfu
9898
</style>
9999
```
100100

101-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LZryMNCBAPAkNGNK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
102-
103-
![Blazor TreeView with Dynamic Icon](../images/blazor-treeview-dynamic-icon.png)
101+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LZryMNCBAPAkNGNK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor TreeView with Dynamic Icon](../images/blazor-treeview-dynamic-icon.png)" %}

0 commit comments

Comments
 (0)