diff options
author | wei <> | 2007-01-03 09:26:29 +0000 |
---|---|---|
committer | wei <> | 2007-01-03 09:26:29 +0000 |
commit | c0bd74c851096574714d9f340352f81314e56a01 (patch) | |
tree | 3c8ca8937e5bda0a1c11e50af9f3d526b09187fb /framework/Web/UI/WebControls | |
parent | e66a34b2bfca3bb803500c4b9c39bed73d2e4001 (diff) |
fixed http://www.pradosoft.com/forum/index.php/topic,6517.0/topicseen.html
Diffstat (limited to 'framework/Web/UI/WebControls')
-rw-r--r-- | framework/Web/UI/WebControls/TBaseValidator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TBaseValidator.php b/framework/Web/UI/WebControls/TBaseValidator.php index 785282da..60dfb9da 100644 --- a/framework/Web/UI/WebControls/TBaseValidator.php +++ b/framework/Web/UI/WebControls/TBaseValidator.php @@ -93,7 +93,7 @@ abstract class TBaseValidator extends TLabel implements IValidator * them specially. * @var array list of control class names */ - private static $_clientClass = array('THtmlArea', 'TDatePicker'); + private static $_clientClass = array('THtmlArea', 'TDatePicker', 'TListBox', 'TCheckBoxList'); /** * Constructor. |