diff options
author | xue <> | 2007-09-28 02:01:43 +0000 |
---|---|---|
committer | xue <> | 2007-09-28 02:01:43 +0000 |
commit | 0d682e512ad1d07434320ace888c88511fb8426b (patch) | |
tree | 6ad3e897796c3aa5eb63b557f9eefeff67f3129a /framework/Web/UI/WebControls/TDropDownList.php | |
parent | 95cc364ff7afdf2b70c1332e6980141a9645b304 (diff) |
Fix prompt selection behavior.
Diffstat (limited to 'framework/Web/UI/WebControls/TDropDownList.php')
-rw-r--r-- | framework/Web/UI/WebControls/TDropDownList.php | 4 |
1 files changed, 2 insertions, 2 deletions
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'); * </code>
*
* 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 <qiang.xue@gmail.com>
* @version $Id$
|