From 0d682e512ad1d07434320ace888c88511fb8426b Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 28 Sep 2007 02:01:43 +0000 Subject: Fix prompt selection behavior. --- framework/Web/UI/WebControls/TDropDownList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/WebControls/TDropDownList.php') diff --git a/framework/Web/UI/WebControls/TDropDownList.php b/framework/Web/UI/WebControls/TDropDownList.php index 883073c5..1710d316 100644 --- a/framework/Web/UI/WebControls/TDropDownList.php +++ b/framework/Web/UI/WebControls/TDropDownList.php @@ -29,8 +29,8 @@ Prado::using('System.Web.UI.WebControls.TListControl'); * * * Since v3.1.1, TDropDownList starts to support prompt text. That is, a prompt item can be - * displayed as the first list item by specifying {@link setPromptText PromptText}. Choosing - * the prompt item will unselect the TDropDownList. + * displayed as the first list item by specifying either {@link setPromptText PromptText} or + * {@link setPromptValue PromptValue}, or both. Choosing the prompt item will unselect the TDropDownList. * * @author Qiang Xue * @version $Id$ -- cgit v1.2.3