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

---
 demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page | 2 +-
 demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page      | 2 +-
 .../protected/pages/ActiveControls/ActiveRadioButtonList.page           | 2 +-
 framework/Web/UI/ActiveControls/TActiveCheckBoxList.php                 | 2 +-
 framework/Web/UI/ActiveControls/TActiveRadioButtonList.php              | 2 +-
 framework/Web/UI/ActiveControls/TBaseActiveControl.php                  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page
index 4459fc6e..3fd32517 100644
--- a/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page
+++ b/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page
@@ -14,7 +14,7 @@ raised after <tt>OnSelectedIndexChanged</tt> event.
 </p>
 
 <p class="block-content">
-With <tt>ActiveControl.EnabledUpdate</tt>
+With <tt>ActiveControl.EnableUpdate</tt>
 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.
 </p>
diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page b/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page
index 7d3ce3dc..78dea0fa 100644
--- a/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page
+++ b/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page
@@ -14,7 +14,7 @@ raised after <tt>OnSelectedIndexChanged</tt> event.
 </p>
 
 <p class="block-content">
-With <tt>ActiveControl.EnabledUpdate</tt>
+With <tt>ActiveControl.EnableUpdate</tt>
 set to true (default is true), changes to the selection will be updated
 on the client side.
 </p>
diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page
index 9cdd1835..5d849f05 100644
--- a/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page
+++ b/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page
@@ -14,7 +14,7 @@ raised after <tt>OnSelectedIndexChanged</tt> event.
 </p>
 
 <p class="block-content">
-With <tt>ActiveControl.EnabledUpdate</tt>
+With <tt>ActiveControl.EnableUpdate</tt>
 set to true (default is true), changes to the selection will be updated
 on the client side.
 </p>
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.
  *
diff --git a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php
index a0355de1..8549a912 100644
--- a/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php
+++ b/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php
@@ -24,7 +24,7 @@ Prado::using('System.Web.UI.ActiveControls.TActiveRadioButton');
  * Thus, when a radio button 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.
  *
diff --git a/framework/Web/UI/ActiveControls/TBaseActiveControl.php b/framework/Web/UI/ActiveControls/TBaseActiveControl.php
index 91590942..8b4075d9 100644
--- a/framework/Web/UI/ActiveControls/TBaseActiveControl.php
+++ b/framework/Web/UI/ActiveControls/TBaseActiveControl.php
@@ -119,7 +119,7 @@ class TBaseActiveControl extends TComponent
 	/**
 	 * Returns true if callback response is allowed to update the browser contents.
 	 * Is is true if the control is initilized, and is a callback request and
-	 * the {@link setEnableUpdate EnabledUpdate} property is true and
+	 * the {@link setEnableUpdate EnableUpdate} property is true and
 	 * the page is not loading post data.
 	 * @return boolean true if the callback response is allowed update
 	 * client-side contents.
-- 
cgit v1.2.3