summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink')
-rwxr-xr-xdemos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.page12
-rwxr-xr-xdemos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.php2
2 files changed, 7 insertions, 7 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.page b/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.page
index a7767e2d..f0328316 100755
--- a/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.page
+++ b/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.page
@@ -10,8 +10,8 @@ A regular hyperlink:
Welcome to
<com:TActiveHyperLink
ID="link1"
- NavigateUrl="http://www.pradosoft.com/"
- Text="PradoSoft.com"
+ NavigateUrl="https://github.com/pradosoft/prado"
+ Text="Prado framework"
Target="_blank" />.
</td>
<td class="sampleaction">
@@ -25,8 +25,8 @@ A text hyperlink with css style:
Welcome to
<com:TActiveHyperLink
ID="link2"
- NavigateUrl="http://www.pradosoft.com/"
- Text="PradoSoft.com"
+ NavigateUrl="https://github.com/pradosoft/prado"
+ Text="Prado framework"
Target="_blank"
BackColor="silver"
Font.Italic="true" />.
@@ -41,7 +41,7 @@ An image hyperlink:
</td><td class="sampleaction">
<com:TActiveHyperLink
ID="link3"
- NavigateUrl="http://www.pradosoft.com/"
+ NavigateUrl="https://github.com/pradosoft/prado"
ImageUrl=<%~hello_world.gif%>
Text="Hello World" />.
</td>
@@ -55,7 +55,7 @@ A hyerplink with body contents as link text:
</td><td class="sampleaction">
<com:TActiveHyperLink
ID="link4"
- NavigateUrl="http://www.pradosoft.com/"
+ NavigateUrl="https://github.com/pradosoft/prado"
Target="_blank">
Body contents
</com:TActiveHyperLink>
diff --git a/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.php b/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.php
index f70c89b4..6596dca6 100755
--- a/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.php
+++ b/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.php
@@ -14,7 +14,7 @@ class Home extends TPage
function button3_clicked($sender, $param)
{
- $this->link3->Text = 'PradoSoft.com';
+ $this->link3->Text = 'Prado framework';
}
function button4_clicked($sender, $param)