From 138dbc23381a82eaf17a2685cc3bdb54ad8b7f51 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Fri, 20 Jan 2006 04:20:39 +0000
Subject: Added TImage and THyperLink demos.
---
.../pages/Controls/Samples/THyperLink/Home.page | 50 ++++++++++++++
.../Controls/Samples/THyperLink/hello_world.gif | Bin 0 -> 1602 bytes
.../pages/Controls/Samples/TImage/HelloWorld.html | 8 +++
.../pages/Controls/Samples/TImage/Home.page | 41 ++++++++++++
.../pages/Controls/Samples/TImage/hello_world.gif | Bin 0 -> 1602 bytes
.../protected/pages/Controls/Simple.page | 8 +++
demos/quickstart/themes/PradoSoft/style.css | 72 ++++++++++-----------
7 files changed, 143 insertions(+), 36 deletions(-)
create mode 100644 demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page
create mode 100644 demos/quickstart/protected/pages/Controls/Samples/THyperLink/hello_world.gif
create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TImage/HelloWorld.html
create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TImage/Home.page
create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TImage/hello_world.gif
(limited to 'demos')
diff --git a/demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page b/demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page
new file mode 100644
index 00000000..8d8c700e
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page
@@ -0,0 +1,50 @@
+THyperLink Samples
+
+
+
+
+
+
+
+
+A regular hyperlink:
+
+Welcome to
+
+
+
+A text hyperlink with css style:
+
+Welcome to
+
+
+
+An image hyperlink:
+
+
+
+
+A hyerplink with body contents as link text:
+
+
+Image with only ImageUrl being set: + |
+ |
+Image with AlterantiveText being set: + |
+ |
+Image with baseline alignment: + |
+Hello World! Hello World! Hello World! Hello World! Hello World! Hello World!
+Hello World! Hello World! Hello World! Hello World! Hello World! Hello World!
+Hello World! Hello World! Hello World! Hello World! Hello World! Hello World!
+Hello World! Hello World! Hello World! Hello World! Hello World! Hello World!
+ |
+Image with DescriptionUrl: + |
+ |
+THyperLink displays a hyperlink on a page. The hyperlink URL is specified via the NavigateUrl property, and link text is via the Text property. The link target is specified via the Target property. It is also possible to display an image by setting the ImageUrl property. In this case, Text is displayed as the alternate text of the image. If both ImageUrl and Text are empty, the content enclosed within the control tag will be rendered. +
++TImage displays an image on a page. The image is specified via the ImageUrl property which takes a relative or absolute URL to the image file. The alignment of the image displayed is set by the ImageAlign property. To set alternate text or long description of the image, use AlternateText or DescriptionUrl, respectively. +
+diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index bd4a4aee..1d084548 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -37,24 +37,24 @@ a height:100px; background-image: url('pradologo.gif'); background-repeat: no-repeat; -} - -#header div.title -{ - display: none; -} - -#header div.image -{ - display: block; - float: right; - width: 757px; - height: 100px; - background-image: url('mantis.jpg'); - background-repeat: no-repeat; - background-position: top right; -} - +} + +#header div.title +{ + display: none; +} + +#header div.image +{ + display: block; + float: right; + width: 757px; + height: 100px; + background-image: url('mantis.jpg'); + background-repeat: no-repeat; + background-position: top right; +} + #menu { @@ -163,7 +163,7 @@ a .runbar a:link, .runbar a:visited { background-color:#E2E2E2; font-size: 12px; - font-weight: none; + font-weight: normal; padding: 3px; padding-left: 6px; padding-right: 6px; @@ -177,7 +177,7 @@ a .runbar a:link.active, .runbar a:visited.active, .runbar a:hover { background-color:#E2E2E2; font-size: 12px; - font-weight: none; + font-weight: normal; padding: 3px; padding-left: 6px; padding-right: 6px; @@ -219,22 +219,22 @@ tt { height:100px; background-image: url('pradologo.gif'); background-repeat: no-repeat; -} - -.sampleheader div.title -{ - display: none; -} - -.sampleheader div.image -{ - display: block; - float: right; - width: 900px; - height: 100px; - background-image: url('mantissample.jpg'); - background-repeat: no-repeat; - background-position: top right; +} + +.sampleheader div.title +{ + display: none; +} + +.sampleheader div.image +{ + display: block; + float: right; + width: 900px; + height: 100px; + background-image: url('mantissample.jpg'); + background-repeat: no-repeat; + background-position: top right; } .samplemenu -- cgit v1.2.3