diff options
author | xue <> | 2006-08-10 00:23:00 +0000 |
---|---|---|
committer | xue <> | 2006-08-10 00:23:00 +0000 |
commit | 2a4bc371ae3a946ea15c6d0f7b82cd4696a7c7bf (patch) | |
tree | be1abb87ae7a6af8c746870b577fdeeede62aa35 | |
parent | 6ea10ef3f8718794cd37716731422902793c431f (diff) |
doc update.
-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)
|