diff options
author | xue <> | 2006-04-01 17:31:28 +0000 |
---|---|---|
committer | xue <> | 2006-04-01 17:31:28 +0000 |
commit | 0a12bef112fe6a1569531e40b7cc063b0f52f44c (patch) | |
tree | 9e6049c48a9008081cb124153392fc21a24aad44 /demos/quickstart/protected/pages/Controls/Standard.page | |
parent | af7a742944cc2d515cac1fcd22363483827c36b3 (diff) |
Added THiddenField and THtmlArea demos.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Standard.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Standard.page | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index d2b36d1c..2b2eaf29 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -27,15 +27,15 @@ <a href="?page=Controls.FileUpload">TFileUpload</a> represents a file upload field. It allows users to upload a file to server.
</li>
- <li>*
+ <li>
<a href="?page=Controls.Head">THead</a> represents the <head> element on an HTML Web page. It is required by a PRADO page should it use themes.
</li>
- <li>*
+ <li>
<a href="?page=Controls.HiddenField">THiddenField</a> represents a hidden input field on a Web page.
</li>
- <li>*
+ <li>
<a href="?page=Controls.HtmlArea">THtmlArea</a> represents a WYSIWYG text input field taking user input that are in HTML format.
</li>
@@ -75,7 +75,7 @@ <a href="?page=Controls.Literal">TLiteral</a> represents a static text without any HTML tag surrounding it on a Web page.
</li>
- <li>
+ <li>*
<a href="?page=Controls.MultiView">TMultiView</a> represents a container for a group of <tt>TView</tt> controls, each of which is container for other controls. At any time, at most one <tt>TView</tt> is visible.
</li>
|