diff options
author | ctrlaltca@gmail.com <> | 2011-06-01 21:01:57 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-01 21:01:57 +0000 |
commit | 05879b19350009f9d9c9db6868b38619d3cb4bdc (patch) | |
tree | 1436b115c7892746bebb6137d2d93a4f18ea0565 /demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page | |
parent | 45c32f4610b9988e0ebed87674388268ac96ae1f (diff) |
added documentation for TActiveLabel class
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page')
-rw-r--r-- | demos/quickstart/protected/pages/ActiveControls/ActiveLabel.page | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ +<com:TContent ID="body" >
+
+<h1>TActiveLabel</h1>
+<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveLabel" />
+
+<p class="block-content">
+<tt>TActiveLabel</tt> is the active control counterpart of <tt>TLabel</tt> component. When
+<tt>ActiveControl.EnableUpdate</tt> property is true during a callback request, setting <tt>Text</tt>
+property will also set the text of the label on the client upon callback
+completion. Similarly, setting <tt>ForControl</tt> will also set
+the client-side "for" attribute on the label.
+</p>
+
+<com:RunBar PagePath="ActiveControls.Samples.TActiveLabel.Home" />
+
+<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file |