|
13 | 13 | <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 Silverlight 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 | 14 | <TextBlock FontSize="16" Foreground="#FF333333" TextWrapping="Wrap" Margin="22,10,0,0">
|
15 | 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"> |
| 16 | + <Hyperlink FontSize="16" Foreground="Blue" NavigateUri="https://github.com/OpenSilver/OpenSilver.Samples.TelerikUI"> |
17 | 17 | https://github.com/OpenSilver/OpenSilver.Samples.TelerikUI
|
18 | 18 | </Hyperlink>
|
19 | 19 | </Span>
|
|
22 | 22 |
|
23 | 23 | <TextBlock FontSize="16" Foreground="#FF333333" TextWrapping="Wrap" Margin="22,10,0,0">
|
24 | 24 | <Span xml:space="preserve"><Run>1. A valid license from Telerik for 'Telerik UI for Silverlight', which is available at: </Run>
|
25 |
| - <Hyperlink FontSize="16" Foreground="Blue" NavigateUri="https://www.telerik.com/purchase/individual/silverlight.aspx" Cursor="Hand"> |
| 25 | + <Hyperlink FontSize="16" Foreground="Blue" NavigateUri="https://www.telerik.com/purchase/individual/silverlight.aspx"> |
26 | 26 | https://www.telerik.com/purchase/individual/silverlight.aspx
|
27 | 27 | </Hyperlink>
|
28 | 28 | </Span>
|
29 | 29 | </TextBlock>
|
30 | 30 |
|
31 | 31 | <TextBlock FontSize="16" Foreground="#FF333333" TextWrapping="Wrap" Margin="22,10,0,0">
|
32 | 32 | <Span xml:space="preserve"><Run>2. A license for the OpenSilver Compatibility Pack for Telerik UI. For more information or to request a Trial, please refer to the documentation at: </Run>
|
33 |
| - <Hyperlink FontSize="16" Foreground="Blue" NavigateUri="https://doc.opensilver.net/documentation/3rd-party-libraries/telerik.html" Cursor="Hand"> |
| 33 | + <Hyperlink FontSize="16" Foreground="Blue" NavigateUri="https://doc.opensilver.net/documentation/3rd-party-libraries/telerik.html"> |
34 | 34 | https://doc.opensilver.net/documentation/3rd-party-libraries/telerik.html
|
35 | 35 | </Hyperlink>
|
36 | 36 | </Span>
|
37 | 37 | </TextBlock>
|
38 | 38 |
|
39 | 39 | <TextBlock FontSize="12" FontStyle="Italic" Foreground="#FF888888" TextWrapping="Wrap" Margin="22,14,0,0">
|
40 | 40 | <Span xml:space="preserve"><Run>Legal notice: Telerik UI is the property of Progress, not Userware. Userware is not affiliated with Telerik. Userware will provide the tools that allow you to compile the source code of Telerik UI using OpenSilver. Userware does not provide the source code itself. The source code of Telerik UI is provided to you by Progress as part of your license for Telerik UI for Silverlight. For support and further information, please contact Userware at: </Run>
|
41 |
| - <Hyperlink FontSize="12" Foreground="Blue" NavigateUri="https://www.opensilver.net/contact.aspx" Cursor="Hand"> |
| 41 | + <Hyperlink FontSize="12" Foreground="Blue" NavigateUri="https://www.opensilver.net/contact.aspx"> |
42 | 42 | https://www.opensilver.net/contact.aspx
|
43 | 43 | </Hyperlink>
|
44 | 44 | </Span>
|
|
0 commit comments