Skip to content

Commit 10ccb89

Browse files
Merge pull request #6508 from syncfusion-content/866877-dev-re-corr
866877: Correction in blazor Dialog UG section layout
2 parents 6969b13 + c07dabe commit 10ccb89

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

blazor-toc.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2647,17 +2647,10 @@
26472647
<li>How To
26482648
<ul>
26492649
<li><a href="/blazor/dialog/how-to/create-nested-dialog">Create nested Dialog</a></li>
2650-
<li><a href="/blazor/dialog/how-to/achieve-two-way-binding-to-the-visible-property">Achieve two-way binding using the visible property</a></li>
2651-
<li><a href="/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>
26522650
<li><a href="/blazor/dialog/how-to/render-a-dialog-header-dynamically">Render a dialog header dynamically</a></li>
2653-
<li><a href="/blazor/dialog/how-to/display-a-dialog-with-custom-position">Display a Dialog with custom position</a></li>
26542651
<li><a href="/blazor/dialog/how-to/prevent-closing-of-modal-dialog">Prevent closing of modal Dialog</a></li>
26552652
<li><a href="/blazor/dialog/how-to/prevent-the-focus-on-the-first-element">Prevent the focus on the first element</a></li>
26562653
<li><a href="/blazor/dialog/how-to/prevent-opening-of-the-dialog">Open a Dialog on condition</a></li>
2657-
<li><a href="/blazor/dialog/how-to/customize-the-dialog-appearance">Customize the Dialog appearance</a></li>
2658-
<li><a href="/blazor/dialog/how-to/close-dialog-while-click-on-outside-of-dialog">Close Dialog when clicking outside of its region</a></li>
2659-
<li><a href="/blazor/dialog/how-to/add-an-icons-to-dialog-buttons">Add icons to Dialog buttons</a></li>
2660-
<li><a href="/blazor/dialog/how-to/add-minimize-and-maximize-button">Add minimize and maximize buttons to the Dialog header</a></li>
26612654
<li><a href="/blazor/dialog/how-to/setting-max-height-to-the-dialog">Setting maximum height to the dialog</a></li>
26622655
</ul>
26632656
</li>

blazor/dialog/template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ The Dialog content area supports extensive customization through the `Content` p
164164

165165
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.
166166

167-
N> The `DialogButton` and `FooterTemplate` properties cannot be used together. Choose the approach that best fits the dialog's functional requirements.
168167

169168
```cshtml
170169
@@ -217,6 +216,8 @@ N> The `DialogButton` and `FooterTemplate` properties cannot be used together. C
217216

218217
![Blazor Dialog Component with customized Footer template](./images/blazor-dialog-footer-template.png)
219218

219+
N> The `DialogButton` and `FooterTemplate` properties cannot be used together. Choose the approach that best fits the dialog's functional requirements.
220+
220221
## See also
221222

222223
* [How to add an icon to dialog buttons](./how-to/add-an-icons-to-dialog-buttons)

0 commit comments

Comments
 (0)