diff options
author | xue <> | 2006-03-27 04:33:13 +0000 |
---|---|---|
committer | xue <> | 2006-03-27 04:33:13 +0000 |
commit | 84cd815b93ddbb19c3f1314b7135b1c373ce421c (patch) | |
tree | 65b7931691e84e9a7e22f3fe0c0362d4f43cb31a /demos/quickstart/protected/pages/Controls/Standard.page | |
parent | 3192eb5cafef46ed5203a8cb2f7ae885e5693a47 (diff) |
Added TLiteral, TPlaceHolder demos.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Standard.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Standard.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index d6070986..026d3d1a 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -71,7 +71,7 @@ <a href="?page=Controls.LinkButton">TLinkButton</a> represents a hyperlink that can perform page postbacks.
</li>
- <li>*
+ <li>
<a href="?page=Controls.Literal">TLiteral</a> represents a static text without any HTML tag surrounding it on a Web page.
</li>
@@ -83,7 +83,7 @@ <a href="?page=Controls.Panel">TPanel</a> represents a container for other controls on a Web page. In HTML, it is displayed as a <div> element.
</li>
- <li>*
+ <li>
<a href="?page=Controls.PlaceHolder">TPlaceHolder</a> reserves a place on a control template. It inserts its body content at that place.
</li>
|