diff options
| author | xue <> | 2005-12-28 20:59:09 +0000 | 
|---|---|---|
| committer | xue <> | 2005-12-28 20:59:09 +0000 | 
| commit | f481e13ebf72336ed2dc90c8ec9f5d4db5b62664 (patch) | |
| tree | 2b1c6f373a114cdacc462d8f90b1798467e4e679 /demos/quickstart/protected/pages/Controls/Simple.page | |
| parent | e8b60312037e54c34a06d6f57d7c21946cf3cd1f (diff) | |
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Simple.page')
| -rw-r--r-- | demos/quickstart/protected/pages/Controls/Simple.page | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Simple.page b/demos/quickstart/protected/pages/Controls/Simple.page index 7242cded..94061711 100644 --- a/demos/quickstart/protected/pages/Controls/Simple.page +++ b/demos/quickstart/protected/pages/Controls/Simple.page @@ -4,7 +4,8 @@  <h2>TLabel</h2>
  <p>
 -<tt>TLabel</tt> displays a piece of text on a Web page. The text to be displayed is set via its <tt>Text</tt> property. If <tt>Text</tt> is empty, content enclosed within the <tt>TLabel</tt> component tag will be displayed. <tt>TLabel</tt> may also be used a form label associated with some control on the form. <tt>Text</tt> is not HTML-encoded when being rendered. Make sure it does not contain dangerous characters that you want to avoid.
 +<tt>TLabel</tt> displays a piece of text on a Web page. The text to be displayed is set via its <tt>Text</tt> property. If <tt>Text</tt> is empty, content enclosed within the <tt>TLabel</tt> component tag will be displayed. <tt>TLabel</tt> may also be used as a form label associated with some control on the form. Since <tt>Text</tt> is not HTML-encoded when being rendered, make sure it does not contain dangerous characters that you want to avoid.
  </p>
 +<com:RunBar PagePath="Controls.Samples.Label" />
  </com:TContent>
\ No newline at end of file  | 
