diff options
author | xue <> | 2006-08-10 00:20:21 +0000 |
---|---|---|
committer | xue <> | 2006-08-10 00:20:21 +0000 |
commit | 6ea10ef3f8718794cd37716731422902793c431f (patch) | |
tree | 426a4aaa6482d2e643ac8f3bef82c65932193f3c /framework/Web/UI/WebControls | |
parent | 2151151bb43f5c4151d293da8fe4d1806e8842b4 (diff) |
updated doc.
Diffstat (limited to 'framework/Web/UI/WebControls')
-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 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)
|