From 75a968c94815dd7200d9470d47bd01a35f60b833 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 28 Sep 2007 02:04:47 +0000 Subject: Updated docs. --- demos/quickstart/protected/pages/Controls/List.page | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demos/quickstart') 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();

TDropDownList displays a dropdown list box that allows users to select a single option from a few prespecified ones.

+

+Since v3.1.1, TDropDownList starts to support prompt text (something like 'Please select:' as the first list item). To use this feature, set either PromptText or PromptValue, or both. If the user chooses the prompt item, the dropdown list will be unselected. +

TCheckBoxList

-- cgit v1.2.3