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