diff options
author | xue <> | 2007-09-28 02:04:47 +0000 |
---|---|---|
committer | xue <> | 2007-09-28 02:04:47 +0000 |
commit | 75a968c94815dd7200d9470d47bd01a35f60b833 (patch) | |
tree | 6aae48c46f47654314f769a68ae697f004600112 /demos/quickstart/protected/pages/Controls | |
parent | 0d682e512ad1d07434320ace888c88511fb8426b (diff) |
Updated docs.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/List.page | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page index c72f037d..c7505181 100644 --- a/demos/quickstart/protected/pages/Controls/List.page +++ b/demos/quickstart/protected/pages/Controls/List.page @@ -58,6 +58,9 @@ $listbox->dataBind(); <p id="550332" class="block-content">
<tt>TDropDownList</tt> displays a dropdown list box that allows users to select a single option from a few prespecified ones.
</p>
+<p class="block-content">
+Since v3.1.1, <tt>TDropDownList</tt> starts to support prompt text (something like 'Please select:' as the first list item). To use this feature, set either <tt>PromptText</tt> or <tt>PromptValue</tt>, or both. If the user chooses the prompt item, the dropdown list will be unselected.
+</p>
<com:RunBar PagePath="Controls.Samples.TDropDownList.Home" />
<h2 id="4804">TCheckBoxList</h2>
|