summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-06-01 23:01:03 +0000
committerctrlaltca@gmail.com <>2011-06-01 23:01:03 +0000
commit3baba6fb4b6c17ff77eb4a13a812ccde9263dce2 (patch)
treeb7c6b4ad31e5fa093b0c0e3eae43070095e60351 /framework
parentd0ce04fb74c0163951bbb36fa4f05973d91b02eb (diff)
gave the build scripts a run so that new ids can be generated.
Added new docs to the quickstart.pdf misc doc fixes
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/UI/ActiveControls/TActivePanel.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/UI/ActiveControls/TActivePanel.php b/framework/Web/UI/ActiveControls/TActivePanel.php
index 25a42eb7..1e7ebbd9 100644
--- a/framework/Web/UI/ActiveControls/TActivePanel.php
+++ b/framework/Web/UI/ActiveControls/TActivePanel.php
@@ -19,10 +19,10 @@ Prado::using('System.Web.UI.ActiveControls.TActiveControlAdapter');
* TActivePanel is the TPanel active control counterpart.
*
* TActivePanel allows the client-side panel contents to be updated during a
- * callback response using the {@link flush} method.
+ * callback response using the {@link render} method.
*
* Example: Assume $param is an instance of TCallbackEventParameter attached to
- * the OnCallback event a TCallback with ID "callback1", and
+ * the OnCallback event of a TCallback with ID "callback1", and
* "panel1" is the ID of a TActivePanel.
* <code>
* function callback1_requested($sender, $param)