Skip to content

Commit 782f931

Browse files
committed
Fix links to Dialog and Layout source.
1 parent 0c12177 commit 782f931

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RadzenBlazorDemos/Pages/DialogPage.razor

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@inject DialogService DialogService
33
@implements IDisposable
44

5-
<RadzenExample Name="Dialog" AdditionalSourceCodePages=@(new [] { "DialogCardPage.razor" })>
5+
<RadzenExample Name="Dialog" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/DialogService.cs" AdditionalSourceCodePages=@(new [] { "DialogCardPage.razor" })>
66
<div class="container-fluid">
77
<div class="row">
88
<div class="col-md-4 p-3">
@@ -97,11 +97,11 @@
9797
<RadzenButton Text="Ok" Click="() => ds.Close(true)" Class="me-1" Style="width: 80px;" />
9898
<RadzenButton Text="Cancel" Click="() => ds.Close(false)" ButtonStyle="ButtonStyle.Light" Class="me-1" />
9999
<RadzenButton Text="Refresh" Click="(() => { orderID = 10249; ds.Refresh(); })" ButtonStyle="ButtonStyle.Light" Class="me-1 float-end" />
100-
100+
101101
</div>
102102
</div>
103103
</div>);
104-
104+
105105
console.Log($"Dialog result: {result}");
106106
}
107107

RadzenBlazorDemos/Pages/LayoutPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@page "/layout"
22

3-
<RadzenExample Name="Layout" Documentation="false" Source="Layout">
3+
<RadzenExample Name="Layout" Documentation="false" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenLayout.cs">
44
<RadzenText TextStyle="TextStyle.Body2" TagName="TagName.P">
55
RadzenLayout allows you to define the global layout of your application (usually used in MainLayout.razor).
66
It has header, sidebar, body and footer sections which correspond to the RadzenHeader, RadzenSidebar, RadzenBody and RadzenFooter components.

0 commit comments

Comments
 (0)