From 551cdfb76ddde47198106839747df9c1ef74e4fe Mon Sep 17 00:00:00 2001
From: xue <>
Date: Tue, 3 Jan 2006 00:15:59 +0000
Subject: Added TBulletedList and its demos.
---
.../quickstart/protected/pages/Controls/List.page | 1 +
.../pages/Controls/Samples/TBulletedList/Home.page | 69 ++++++++++++++++++++++
.../pages/Controls/Samples/TBulletedList/Home.php | 12 ++++
.../pages/Controls/Samples/TCheckBoxList/Home.page | 6 +-
.../Controls/Samples/TRadioButtonList/Home.page | 6 +-
5 files changed, 90 insertions(+), 4 deletions(-)
create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page
create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.php
(limited to 'demos/quickstart')
diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page
index f70c4368..5b0e766a 100644
--- a/demos/quickstart/protected/pages/Controls/List.page
+++ b/demos/quickstart/protected/pages/Controls/List.page
@@ -24,5 +24,6 @@ List controls covered in this section are all inherit directly or indirectly fro
TBulletList
+
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page
new file mode 100644
index 00000000..c5171868
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page
@@ -0,0 +1,69 @@
+
+
+TBulletedList Samples
+
+
+
+
+
+Bulleted list with default settings:
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+
+Bulleted list with customized color, font, bullet style:
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+
+Bulleted list of hyperlinks:
+ |
+
+
+
+
+
+
+ |
+
+
+
+Bulleted list of link buttons (click on them to see the result):
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.php b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.php
new file mode 100644
index 00000000..d3e04787
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.php
@@ -0,0 +1,12 @@
+Items[$param->Index];
+ $this->Result->Text="You clicked $item->Text : $item->Value.";
+ }
+}
+
+?>
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page
index ac9de17e..d4833ea9 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page
@@ -104,7 +104,8 @@ Check box list's behavior upon postback:
-
+
+
@@ -121,7 +122,8 @@ Auto postback check box list:
-
+
+
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page
index 95fea89b..3f5f7053 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page
@@ -104,7 +104,8 @@ Radio button list's behavior upon postback:
-
+
+
@@ -121,7 +122,8 @@ Auto postback radio button list:
-
+
+
--
cgit v1.2.3