summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Standard.page
diff options
context:
space:
mode:
authorxue <>2007-07-25 15:43:06 +0000
committerxue <>2007-07-25 15:43:06 +0000
commite7bb0551bbe9c2d14e434e606b31225d9261a9c5 (patch)
tree98cfa623bce34f09184d99aa65785163534ac27d /demos/quickstart/protected/pages/Controls/Standard.page
parentae7cba10c9c515e00901b2b05ee4dd352d70f16d (diff)
Added quickstart tutorial for TTabPanel.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Standard.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Standard.page3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page
index f04e61b7..287a5c5c 100644
--- a/demos/quickstart/protected/pages/Controls/Standard.page
+++ b/demos/quickstart/protected/pages/Controls/Standard.page
@@ -120,6 +120,9 @@
</li>
<li>
+ <a href="?page=Controls.TabPanel">TTabPanel</a> displays a tabbed panel consisting of multiple tab views. At any time, only one tab view is visible.
+ </li>
+ <li>
<a href="?page=Controls.TextBox">TTextBox</a> represents a text input field on a Web page. It can collect single-line, multi-line or password text input from users.
</li>