summaryrefslogtreecommitdiff
path: root/framework/Web
diff options
context:
space:
mode:
authorxue <>2006-08-10 00:23:00 +0000
committerxue <>2006-08-10 00:23:00 +0000
commit2a4bc371ae3a946ea15c6d0f7b82cd4696a7c7bf (patch)
treebe1abb87ae7a6af8c746870b577fdeeede62aa35 /framework/Web
parent6ea10ef3f8718794cd37716731422902793c431f (diff)
doc update.
Diffstat (limited to 'framework/Web')
-rw-r--r--framework/Web/UI/WebControls/TListControl.php3
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)