summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 09:13:02 +0000
committerctrlaltca <>2012-07-12 09:13:02 +0000
commit1460b065b304943a4a96090f870fe77d8a8ba0f8 (patch)
tree9b1fea37e3261e24c2c07806cacedb929605e873 /framework/Web/UI/ActiveControls/TActiveRadioButtonList.php
parente1c9b061bcfacf0ff731086a509894a07049d9ef (diff)
Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveRadioButtonList.php')
-rw-r--r--framework/Web/UI/ActiveControls/TActiveRadioButtonList.php2
1 files changed, 1 insertions, 1 deletions
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.
*