From 12a60b062acb73bf000cbb4b03e8b45aaaf185bc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 10 Jan 2014 18:57:58 +0100 Subject: Fix TActiveCheckBoxList, TActiveRadioButtonList --- framework/Web/UI/ActiveControls/TActiveCheckBoxList.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'framework/Web/UI/ActiveControls/TActiveCheckBoxList.php') diff --git a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php index aa2d5f94..9d42862e 100644 --- a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php +++ b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php @@ -115,5 +115,14 @@ class TActiveCheckBoxList extends TCheckBoxList implements IActiveControl, ICall $this->getClientClassName(), $this->getPostBackOptions()); } + /** + * Gets the name of the javascript class responsible for performing postback for this control. + * This method overrides the parent implementation. + * @return string the javascript class name + */ + protected function getClientClassName() + { + return 'Prado.WebUI.TActiveCheckBoxList'; + } } -- cgit v1.2.3