diff options
author | xue <> | 2005-12-29 19:58:07 +0000 |
---|---|---|
committer | xue <> | 2005-12-29 19:58:07 +0000 |
commit | 94e49ca4633600269831c4e80af25ddcfa3a8258 (patch) | |
tree | b31d0c1fd9ac7dfd12a75e42ba7d049a2b912178 /demos/quickstart/protected/pages/Controls/Simple.page | |
parent | c38c1e6f271f73e5d9474e63bca227e2b7a30db8 (diff) |
Added TTextBox demos.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Simple.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Simple.page | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Simple.page b/demos/quickstart/protected/pages/Controls/Simple.page index 94061711..5a145102 100644 --- a/demos/quickstart/protected/pages/Controls/Simple.page +++ b/demos/quickstart/protected/pages/Controls/Simple.page @@ -8,4 +8,10 @@ </p>
<com:RunBar PagePath="Controls.Samples.Label" />
+<h2>TTextBox</h2>
+<p>
+<tt>TTextBox</tt> displays a text box on a Web page. The content in the text box is determined by the <tt>Text</tt> property. You can create a <tt>SingleLine</tt>, a <tt>MultiLine</tt>, or a <tt>Password</tt> text box by setting the <tt>TextMode</tt> property. The <tt>Rows</tt> and <tt>Columns</tt> properties specify their dimensions. If <tt>AutoPostBack</tt> is true, changing the content in the text box and then moving the focus out of it will cause postback action.
+</p>
+<com:RunBar PagePath="Controls.Samples.TextBox" />
+
</com:TContent>
\ No newline at end of file |