From 541dddfb060c6ae67d172349ffb927dc90a26329 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 09:14:52 +0000 Subject: Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate (continue) --- demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page | 2 +- framework/Web/UI/ActiveControls/TActiveDropDownList.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page index 3382305a..31b88e40 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page @@ -14,7 +14,7 @@ raised after OnSelectedIndexChanged event.
-With ActiveControl.EnabledUpdate +With ActiveControl.EnableUpdate set to true (default is true), changes to the selection will be updated on the client side.
diff --git a/framework/Web/UI/ActiveControls/TActiveDropDownList.php b/framework/Web/UI/ActiveControls/TActiveDropDownList.php index 71762d09..3177d1c4 100644 --- a/framework/Web/UI/ActiveControls/TActiveDropDownList.php +++ b/framework/Web/UI/ActiveControls/TActiveDropDownList.php @@ -23,7 +23,7 @@ Prado::using('System.Web.UI.ActiveControls.TActiveListControlAdapter'); * Thus, when the drop down list selection is changed the {@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, after OnLoad event has * been raised, will be updated. * on the client side. -- cgit v1.2.3