From 1f7c124858073c35ed4f753e84495e9bebd25cfc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 10 Jan 2014 16:24:53 +0100 Subject: Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonList --- framework/Web/UI/WebControls/TCheckBoxList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls') diff --git a/framework/Web/UI/WebControls/TCheckBoxList.php b/framework/Web/UI/WebControls/TCheckBoxList.php index af59545c..16e6b7f5 100644 --- a/framework/Web/UI/WebControls/TCheckBoxList.php +++ b/framework/Web/UI/WebControls/TCheckBoxList.php @@ -489,7 +489,7 @@ class TCheckBoxList extends TListControl implements IRepeatInfoUser, INamingCont */ protected function getPostBackOptions() { - $options['ListID'] = $this->getClientID(); + $options['ID'] = $this->getClientID(); $options['ValidationGroup'] = $this->getValidationGroup(); $options['CausesValidation'] = $this->getCausesValidation(); $options['ListName'] = $this->getUniqueID(); -- cgit v1.2.3