From 95cc364ff7afdf2b70c1332e6980141a9645b304 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 28 Sep 2007 01:50:32 +0000 Subject: Added support to prompt list item. --- framework/Web/UI/WebControls/TDropDownList.php | 4 ++++ 1 file changed, 4 insertions(+) (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 3270ad16..883073c5 100644 --- a/framework/Web/UI/WebControls/TDropDownList.php +++ b/framework/Web/UI/WebControls/TDropDownList.php @@ -28,6 +28,10 @@ Prado::using('System.Web.UI.WebControls.TListControl'); * // or in template * * + * 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. + * * @author Qiang Xue * @version $Id$ * @package System.Web.UI.WebControls -- cgit v1.2.3