diff options
-rw-r--r-- | framework/Web/UI/WebControls/TListControl.php | 3 |
1 files changed, 3 insertions, 0 deletions
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)
|