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
<li><ahref="/blazor/dialog/how-to/achieve-two-way-binding-to-the-visible-property">Achieve two-way binding using the visible property</a></li>
2651
-
<li><ahref="/blazor/dialog/how-to/position-the-dialog-on-center-of-the-page-on-scrolling">Position the Dialog in center of the page on scrolling</a></li>
2652
2650
<li><ahref="/blazor/dialog/how-to/render-a-dialog-header-dynamically">Render a dialog header dynamically</a></li>
2653
-
<li><ahref="/blazor/dialog/how-to/display-a-dialog-with-custom-position">Display a Dialog with custom position</a></li>
2654
2651
<li><ahref="/blazor/dialog/how-to/prevent-closing-of-modal-dialog">Prevent closing of modal Dialog</a></li>
2655
2652
<li><ahref="/blazor/dialog/how-to/prevent-the-focus-on-the-first-element">Prevent the focus on the first element</a></li>
2656
2653
<li><ahref="/blazor/dialog/how-to/prevent-opening-of-the-dialog">Open a Dialog on condition</a></li>
2657
-
<li><ahref="/blazor/dialog/how-to/customize-the-dialog-appearance">Customize the Dialog appearance</a></li>
2658
-
<li><ahref="/blazor/dialog/how-to/close-dialog-while-click-on-outside-of-dialog">Close Dialog when clicking outside of its region</a></li>
2659
-
<li><ahref="/blazor/dialog/how-to/add-an-icons-to-dialog-buttons">Add icons to Dialog buttons</a></li>
2660
-
<li><ahref="/blazor/dialog/how-to/add-minimize-and-maximize-button">Add minimize and maximize buttons to the Dialog header</a></li>
2661
2654
<li><ahref="/blazor/dialog/how-to/setting-max-height-to-the-dialog">Setting maximum height to the dialog</a></li>
Copy file name to clipboardExpand all lines: blazor/dialog/template.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,6 @@ The Dialog content area supports extensive customization through the `Content` p
164
164
165
165
The Dialog footer can be customized using either built-in `DialogButton` components or custom HTML through the `FooterTemplate` property. These approaches are mutually exclusive and cannot be used simultaneously within the same dialog instance.
166
166
167
-
N> The `DialogButton` and `FooterTemplate` properties cannot be used together. Choose the approach that best fits the dialog's functional requirements.
168
167
169
168
```cshtml
170
169
@@ -217,6 +216,8 @@ N> The `DialogButton` and `FooterTemplate` properties cannot be used together. C
217
216
218
217

219
218
219
+
N> The `DialogButton` and `FooterTemplate` properties cannot be used together. Choose the approach that best fits the dialog's functional requirements.
220
+
220
221
## See also
221
222
222
223
*[How to add an icon to dialog buttons](./how-to/add-an-icons-to-dialog-buttons)
0 commit comments