diff options
author | ctrlaltca <> | 2012-07-12 09:14:52 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-12 09:14:52 +0000 |
commit | 541dddfb060c6ae67d172349ffb927dc90a26329 (patch) | |
tree | 5b0106561567e488942f360f48493b5e8df6db70 /framework/Web | |
parent | 1460b065b304943a4a96090f870fe77d8a8ba0f8 (diff) |
Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate (continue)
Diffstat (limited to 'framework/Web')
-rw-r--r-- | framework/Web/UI/ActiveControls/TActiveDropDownList.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, <b>after</b> OnLoad event has * been raised, will be updated. * on the client side. |