From 1460b065b304943a4a96090f870fe77d8a8ba0f8 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 09:13:02 +0000 Subject: Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate --- framework/Web/UI/ActiveControls/TActiveCheckBoxList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 50b0a1bd..1f8d01c9 100644 --- a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php +++ b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php @@ -23,7 +23,7 @@ Prado::using('System.Web.UI.ActiveControls.TActiveListControlAdapter'); * Thus, when a checkbox is clicked a {@link onCallback OnCallback} event is * raised after {@link OnSelectedIndexChanged} event. * - * With {@link TBaseActiveControl::setEnableUpdate() ActiveControl.EnabledUpdate} + * With {@link TBaseActiveControl::setEnableUpdate() ActiveControl.EnableUpdate} * set to true (default is true), changes to the selection will be updated * on the client side. * -- cgit v1.2.3