Skip to content

Commit 32cc0a1

Browse files
committed
Update preview sample output of Blazor components UG documentation
1 parent 51bb544 commit 32cc0a1

28 files changed

+67
-174
lines changed

blazor/context-menu/how-to/change-animation-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Change animation settings in Blazor ContextMenu Component | Syncfusion
4-
description: Checkout and learn here all about Change animation settings in Syncfusion Blazor ContextMenu component and more.
4+
description: Learn how to customize animation settings in Syncfusion Blazor ContextMenu and explore advanced options for smooth, interactive menus and more actions.
55
platform: Blazor
66
control: Context Menu
77
documentation: ug

blazor/dialog/dialogbuttons.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ The following example demonstrates how to define basic action buttons in the Bla
7777
}
7878
```
7979

80-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNLoXlMPsGLAcGWZ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
81-
![Blazor Dialog buttons](./images/blazor-dialog-buttons.gif)
80+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNLoXlMPsGLAcGWZ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog buttons](./images/blazor-dialog-buttons.gif)" %}
8281

8382
## Add Icons to Dialog Buttons in Blazor Dialog Component
8483

@@ -141,8 +140,7 @@ The DialogButton element allows you to define action buttons in the dialog foote
141140
142141
```
143142

144-
{% previewsample "https://blazorplayground.syncfusion.com/embed/htBINlibCGKtcBPW?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
145-
![Blazor Dialog buttons with icon](./images/blazor-dialog-button-with-icon.gif)
143+
{% previewsample "https://blazorplayground.syncfusion.com/embed/htBINlibCGKtcBPW?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog buttons with icon](./images/blazor-dialog-button-with-icon.gif)" %}
146144

147145
## Using FooterTemplate Property
148146

@@ -201,5 +199,4 @@ Alternatively, you can use the [FooterTemplate](https://help.syncfusion.com/cr/b
201199
202200
```
203201

204-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hZLoZPilWGKFKFYH?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
205-
![Preview showing icons in Blazor Dialog footer buttons using FooterTemplate](./images/blazor-dialog-button-with-icon.gif)
202+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hZLoZPilWGKFKFYH?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Preview showing icons in Blazor Dialog footer buttons using FooterTemplate](./images/blazor-dialog-button-with-icon.gif)" %}

blazor/dialog/draggable.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ To get started quickly with draggable in Blazor Dialog Component, you can check
6464
}
6565
6666
```
67-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BtBItlsFWwtJqMVI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
68-
![Blazor Dialog component with draggable functionality enabled](./images/blazor-dialog-draggable.gif)
67+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BtBItlsFWwtJqMVI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog component with draggable functionality enabled](./images/blazor-dialog-draggable.gif)" %}
6968

7069
>**Note:** Draggable functionality is supported in both standard dialog and modal dialog configurations. The drag operation is limited to the dialog header area only.
7170
@@ -160,8 +159,7 @@ The [`OnDragStop`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Popup
160159
161160
```
162161

163-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXByDlCvMmWVRpYO?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
164-
![Blazor Dialog component demonstrating drag events with real-time status updates](./images/blazor-draggable-events.gif)
162+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXByDlCvMmWVRpYO?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog component demonstrating drag events with real-time status updates](./images/blazor-draggable-events.gif)" %}
165163

166164
## Important Considerations
167165

blazor/dialog/getting-started-with-web-app.md

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

228228
* 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 Dialog component in your default web browser.
229229

230-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BDhTjVLBVzsCojDt?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
231-
![Blazor Dialog](./images/blazor-dialog.png)
230+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BDhTjVLBVzsCojDt?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog](./images/blazor-dialog.png)" %}
232231

233232
N> * In the dialog control, max-height is calculated based on the dialog target element height. If the **Target** property is not configured, the **document.body** is considered as a target. Therefore, to show a dialog in proper height, you need to add min-height to the target element.
234233

@@ -320,8 +319,7 @@ The [Header](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Popups.Dial
320319
321320
```
322321

323-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VZhyjEByHgdKnwXS?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
324-
![Blazor Dialog with Header](./images/blazor-dialog-header.png)
322+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VZhyjEByHgdKnwXS?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog with Header](./images/blazor-dialog-header.png)" %}
325323

326324
## Set Content to Dialog
327325

@@ -335,8 +333,7 @@ The [Content](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Popups.SfD
335333
336334
```
337335

338-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXhIZPssAIpntkQY?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
339-
![Blazor Dialog with Content](./images/blazor-dialog-content.png)
336+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXhIZPssAIpntkQY?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog with Content](./images/blazor-dialog-content.png)" %}
340337

341338
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/Dialog).
342339

blazor/dialog/getting-started.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Dialog component
157157

158158
* 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 Dialog component in your default web browser.
159159

160-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BDhTjVLBVzsCojDt?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
161-
![Blazor Dialog](./images/blazor-dialog.png)
160+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BDhTjVLBVzsCojDt?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog](./images/blazor-dialog.png)" %}
162161

163162
N> * In the dialog control, max-height is calculated based on the dialog target element height. If the **Target** property is not configured, the **document.body** is considered as a target. Therefore, to show a dialog in proper height, you need to add min-height to the target element.
164163

@@ -250,8 +249,7 @@ The [Header](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Popups.Dial
250249
251250
```
252251

253-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VZhyjEByHgdKnwXS?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
254-
![Blazor Dialog with Header](./images/blazor-dialog-header.png)
252+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VZhyjEByHgdKnwXS?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog with Header](./images/blazor-dialog-header.png)" %}
255253

256254
## Set Content to Dialog
257255

@@ -265,8 +263,7 @@ The [Content](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Popups.SfD
265263
266264
```
267265

268-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXhIZPssAIpntkQY?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
269-
![Blazor Dialog with Content](./images/blazor-dialog-content.png)
266+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXhIZPssAIpntkQY?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog with Content](./images/blazor-dialog-content.png)" %}
270267

271268
## See also
272269

blazor/dialog/modal-dialog.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ A modal dialog prevents users from interacting with the rest of the application
4040
4141
```
4242

43-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VDrotFCppdZxjRFA?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
44-
![Modal in Blazor Dialog](./images/blazor-modal-dialog.png)
43+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VDrotFCppdZxjRFA?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Modal in Blazor Dialog](./images/blazor-modal-dialog.png)" %}
4544

4645
## Handling Overlay Click Events
4746

@@ -88,5 +87,4 @@ The following example demonstrates how to close a modal dialog when the user cli
8887
8988
```
9089

91-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjLetFiJJHqtzBdm?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
92-
![Blazor Dialog with Modal Overlay](./images/blazor-dialog-modal-closes.gif)
90+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjLetFiJJHqtzBdm?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog with Modal Overlay](./images/blazor-dialog-modal-closes.gif)" %}

blazor/dialog/positioning.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ When using offset values, positive numbers move the dialog away from the top-lef
5656
5757
```
5858

59-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VjhStvikfNHgUxWv?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
60-
61-
![Blazor Dialog with Dialog Position Data](./images/blazor-dialog-position-data.gif)
59+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VjhStvikfNHgUxWv?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog with Dialog Position Data](./images/blazor-dialog-position-data.gif)" %}
6260

6361
## RefreshPositionAsync Method
6462

@@ -110,9 +108,7 @@ The [RefreshPositionAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blaz
110108
111109
```
112110

113-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXVoDviafDQdSdeA?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
114-
115-
![Blazor Dialog position with RefreshPositionAsync method](./images/blazor-dialog-position-refresh-method.gif)
111+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXVoDviafDQdSdeA?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog position with RefreshPositionAsync method](./images/blazor-dialog-position-refresh-method.gif)" %}
116112

117113
## Position the Blazor Dialog in center of the page on scrolling
118114

@@ -166,9 +162,7 @@ By default, when scrolling the page or container, the Dialog scrolls along with
166162
167163
```
168164

169-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hXVoXlMEpViDbZCj?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
170-
171-
![Blazor Dialog position center with scrollable area](./images/blazor-dialog-position-center-scrollable.gif)
165+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hXVoXlMEpViDbZCj?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog position center with scrollable area](./images/blazor-dialog-position-center-scrollable.gif)" %}
172166

173167
## See also
174168

blazor/dialog/resize.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ The resizable dialog can be created by setting the [EnableResize](https://help.s
4949
5050
```
5151

52-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BjVoXFMaTKTKIhlV?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
53-
![Blazor Dialog with Enabled Resize property](./images/blazor-dialog-enable-resize.gif)
52+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BjVoXFMaTKTKIhlV?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog with Enabled Resize property](./images/blazor-dialog-enable-resize.gif)" %}
5453

5554
## ResizeHandles Property
5655

@@ -101,8 +100,7 @@ The ResizeDirection enum provides the following options:
101100
102101
```
103102

104-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VNVytbsYpKFHCFdx?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
105-
![Blazor Dialog with resizehandle in all direction ](./images/blazor-dialog-resizing-handles.gif)
103+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VNVytbsYpKFHCFdx?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog with resizehandle in all direction ](./images/blazor-dialog-resizing-handles.gif)" %}
106104

107105
## Related Events
108106

@@ -174,5 +172,4 @@ The [OnResizeStop](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Popup
174172
175173
```
176174

177-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hXVotPCOJffuhZmj?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
178-
![Blazor Dialog with Resize Events](./images/blazor-dialog-resize-events.gif)
175+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hXVotPCOJffuhZmj?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog with Resize Events](./images/blazor-dialog-resize-events.gif)" %}

blazor/dialog/show-dialog-with-fullscreen.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ You can show the dialog in full screen by passing `true` as argument to the dial
4545
4646
```
4747

48-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BjVejlWlClMfIggp?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
49-
![Blazor FullScreen Dialog](./images/blazor-fullscreen-dialog.gif)
48+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BjVejlWlClMfIggp?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor FullScreen Dialog](./images/blazor-fullscreen-dialog.gif)" %}

blazor/dialog/state-persistent.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ The following code demonstrates how to configure a dialog with state persistence
6161
6262
```
6363

64-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXrytlWbCFhMvNqK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
65-
![Blazor Dialog State Persistence](./images/blazor-dialog-state-persistent.gif)
64+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rXrytlWbCFhMvNqK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Dialog State Persistence](./images/blazor-dialog-state-persistent.gif)" %}

0 commit comments

Comments
 (0)