File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- @page " /"
1+ @page " /"
22@using Syncfusion .Blazor .Popups
33@using Syncfusion .Blazor .Buttons
44
55<SfButton @onclick =" @OnOpenBtnClick" >Open Dialog</SfButton >
6- <SfDialog Width =" 250px" @bind-Visible =" @IsVisible" IsModal =" true" >
6+ <SfDialog Width =" 250px" @bind-Visible =" @IsVisible" IsModal =" true" ShowCloseIcon = " true " >
77 <DialogTemplates >
8+ <Header >
9+ Dialog Header
10+ </Header >
811 <Content >
912 <div class =" dialogContent" ></div >
1013 <span class =" dialogText" >@DialogText </span >
1114 </Content >
1215 </DialogTemplates >
1316 <DialogButtons >
1417 <DialogButton OnClick =" @OnDialogBtnClick" >
15- <DialogButtonModel Content =" Ok " IsPrimary =" true" ></DialogButtonModel >
18+ <DialogButtonModel Content =" OK " IsPrimary =" true" ></DialogButtonModel >
1619 </DialogButton >
1720 </DialogButtons >
1821</SfDialog >
5154 font-family : sans-serif !important ;
5255 font-style : italic ;
5356 }
54- </style >
57+ </style >
You can’t perform that action at this time.
0 commit comments