From 05879b19350009f9d9c9db6868b38619d3cb4bdc Mon Sep 17 00:00:00 2001
From: "ctrlaltca@gmail.com" <>
Date: Wed, 1 Jun 2011 21:01:57 +0000
Subject: added documentation for TActiveLabel class
---
.gitattributes | 3 ++
.../pages/ActiveControls/ActiveLabel.page | 16 ++++++++++
.../protected/pages/ActiveControls/Home.page | 6 ++--
.../ActiveControls/Samples/TActiveLabel/Home.page | 34 ++++++++++++++++++++++
.../ActiveControls/Samples/TActiveLabel/Home.php | 16 ++++++++++
5 files changed, 72 insertions(+), 3 deletions(-)
create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page
create mode 100644 demos/quickstart/protected/pages/ActiveControls/Samples/TActiveLabel/Home.page
create mode 100644 demos/quickstart/protected/pages/ActiveControls/Samples/TActiveLabel/Home.php
diff --git a/.gitattributes b/.gitattributes
index 7254d2f7..c08daf94 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1277,6 +1277,7 @@ demos/quickstart/protected/pages/ActiveControls/ActiveCustomValidator.page -text
demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page -text
demos/quickstart/protected/pages/ActiveControls/ActiveImage.page -text
demos/quickstart/protected/pages/ActiveControls/ActiveImageButton.page -text
+demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page -text
demos/quickstart/protected/pages/ActiveControls/ActivePager.page -text
demos/quickstart/protected/pages/ActiveControls/AutoComplete.page -text
demos/quickstart/protected/pages/ActiveControls/DragDrop.page -text
@@ -1303,6 +1304,8 @@ demos/quickstart/protected/pages/ActiveControls/Samples/TActiveImage/hello_world
demos/quickstart/protected/pages/ActiveControls/Samples/TActiveImageButton/Home.page -text
demos/quickstart/protected/pages/ActiveControls/Samples/TActiveImageButton/Home.php -text
demos/quickstart/protected/pages/ActiveControls/Samples/TActiveImageButton/hello_world.gif -text
+demos/quickstart/protected/pages/ActiveControls/Samples/TActiveLabel/Home.page -text
+demos/quickstart/protected/pages/ActiveControls/Samples/TActiveLabel/Home.php -text
demos/quickstart/protected/pages/ActiveControls/Samples/TActivePager/Home.page -text
demos/quickstart/protected/pages/ActiveControls/Samples/TAutoComplete/Home.page -text
demos/quickstart/protected/pages/ActiveControls/Samples/TAutoComplete/Home.php -text
diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page b/demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page
new file mode 100644
index 00000000..8db4cf34
--- /dev/null
+++ b/demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page
@@ -0,0 +1,16 @@
+
+TActiveLabel is the active control counterpart of TLabel component. When
+ActiveControl.EnableUpdate property is true during a callback request, setting Text
+property will also set the text of the label on the client upon callback
+completion. Similarly, setting ForControl will also set
+the client-side "for" attribute on the label.
+TActiveLabel
+
+An active label text being set as the result of a callback: + |
+ |
+Upon button click, the textbox contents will be set on the label. Note that text needs to be properly escaped to avoid html injections: + |
+ |