summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Standard.page
diff options
context:
space:
mode:
authorxue <>2006-04-02 00:23:25 +0000
committerxue <>2006-04-02 00:23:25 +0000
commit2f36ce50b85cf0d02174464356e6636d14f4c19a (patch)
treeeedfd478d9d3d02450072ff7da2c9c283d8bd7e4 /demos/quickstart/protected/pages/Controls/Standard.page
parent4374bbe9aa2bf242c342ab4694c9c90303b5bc58 (diff)
Added TMultiView tutorial and demo.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Standard.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Standard.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page
index 2b2eaf29..af4d6877 100644
--- a/demos/quickstart/protected/pages/Controls/Standard.page
+++ b/demos/quickstart/protected/pages/Controls/Standard.page
@@ -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>