diff options
author | xue <> | 2007-09-24 16:03:13 +0000 |
---|---|---|
committer | xue <> | 2007-09-24 16:03:13 +0000 |
commit | 7fa7f25806e92fe0c4f9c647d413a4fa58680e59 (patch) | |
tree | 324646c670cad16ac27eb3ea9617f0c5709132d4 /demos/quickstart/protected/pages/Controls/Standard.page | |
parent | 230c523ecd7477c80c34d8c662732ea45adae2bc (diff) |
added TConditional.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Standard.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Standard.page | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index 2b8dd7ab..3b6079d6 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -28,6 +28,10 @@ </li>
<li>
+ <a href="?page=Controls.Conditional">TConditional</a> displays content corresponding to true or false result of a PHP expression.
+ </li>
+
+ <li>
<a href="?page=Controls.DatePicker">TDatePicker</a> represents an input field taking date values via a calendar dialog.
</li>
@@ -122,7 +126,7 @@ <li>
<a href="?page=Controls.Slider">TSlider</a> represents a Slider control
</li>
-
+
<li>
<a href="?page=Controls.Statements">TStatements</a> accepts a few PHP statements and displays their standard output on the Web page.
</li>
|