Skip to content

Commit c574350

Browse files
committed
Add link to the source code of the Telerik demo application.
1 parent ffc47dd commit c574350

File tree

1 file changed

+8
-1
lines changed
  • OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples

1 file changed

+8
-1
lines changed

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Welcome.xaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@
1111
<StackPanel Margin="0,0,20,20">
1212
<TextBlock Text="Welcome!" Foreground="#FF2299A1" Style="{StaticResource PageHeader_Style}"/>
1313
<TextBlock x:Name="IntroductionTextBlock" Text="This app demonstrates the current state of the 'Telerik UI for Silverlight' source code recompiled with OpenSilver, so that it can run on modern browsers without plugins, where Silveright is not supported. It also provides sample code to show how to use those Telerik UI controls in an OpenSilver application." FontSize="16" Foreground="#FF333333" TextWrapping="Wrap" Margin="22,10,0,0"/>
14-
<TextBlock Text="To use these controls in your own OpenSilver application, you need:" FontSize="16" Foreground="#FF333333" TextWrapping="Wrap" Margin="22,10,0,0"/>
14+
<TextBlock FontSize="16" Foreground="#FF333333" TextWrapping="Wrap" Margin="22,10,0,0">
15+
<Span xml:space="preserve"><Run>The source code of this demo application is available at: </Run>
16+
<Hyperlink FontSize="16" Foreground="Blue" NavigateUri="https://github.com/OpenSilver/OpenSilver.Samples.TelerikUI" Cursor="Hand">
17+
https://github.com/OpenSilver/OpenSilver.Samples.TelerikUI
18+
</Hyperlink>
19+
</Span>
20+
</TextBlock>
21+
<TextBlock Text="To use the Telerik controls in your own OpenSilver application, you need:" FontSize="16" Foreground="#FF333333" TextWrapping="Wrap" Margin="22,10,0,0"/>
1522

1623
<TextBlock FontSize="16" Foreground="#FF333333" TextWrapping="Wrap" Margin="22,10,0,0">
1724
<Span xml:space="preserve"><Run>1. A valid license from Telerik for 'Telerik UI for Silverlight', which is available at: </Run>

0 commit comments

Comments
 (0)