diff options
author | wei <> | 2006-02-19 22:25:23 +0000 |
---|---|---|
committer | wei <> | 2006-02-19 22:25:23 +0000 |
commit | 54572d1e4a5914e44bcd35fa9406ea72a8f2066f (patch) | |
tree | 3a8fc184f27cf06a3c1a768160579c6f26b3d599 /demos/quickstart/protected/pages/Controls/Simple.page | |
parent | ad8fced1af4eb8e6d57f8610273490aec0ac8cba (diff) |
Update TRatingList and date picker.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Simple.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Simple.page | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Simple.page b/demos/quickstart/protected/pages/Controls/Simple.page index c04e591f..8272707d 100644 --- a/demos/quickstart/protected/pages/Controls/Simple.page +++ b/demos/quickstart/protected/pages/Controls/Simple.page @@ -74,4 +74,11 @@ To determine whether the check box is checked, test the <tt>Checked</tt> propert </p>
<com:RunBar PagePath="Controls.Samples.TRadioButton.Home" />
+<h2>TDatePicker</h2>
+<p>
+<tt>TDatePicker</tt> provide different ways to select a date.
+</p>
+<com:RunBar PagePath="Controls.Samples.TDatePicker.Home" />
+
+
</com:TContent>
\ No newline at end of file |