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 --- .../protected/pages/ActiveControls/ActiveLabel.page | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page') 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

+ + +

+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. +

+ + + +
$Id$
\ No newline at end of file -- cgit v1.2.3