From 6ea10ef3f8718794cd37716731422902793c431f Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 10 Aug 2006 00:20:21 +0000 Subject: updated doc. --- framework/Web/UI/WebControls/TListControl.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework') diff --git a/framework/Web/UI/WebControls/TListControl.php b/framework/Web/UI/WebControls/TListControl.php index d5949dde..2eb4990b 100644 --- a/framework/Web/UI/WebControls/TListControl.php +++ b/framework/Web/UI/WebControls/TListControl.php @@ -524,6 +524,9 @@ abstract class TListControl extends TDataBoundControl } /** + * Selects a list of values. + * Unlike {@link setSelectedValue}, this function should only be called + * after the list items are populated. Otherwise, it would have no effect. * @param array list of the selected item values */ public function setSelectedValues($values) -- cgit v1.2.3