diff options
Diffstat (limited to 'framework/Web/UI')
-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)
|