From b9f9a16d7eefc48ac489c8cb2b87749459bb3d38 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Thu, 2 Jun 2011 09:56:29 +0000 Subject: merged documentation changes from branch/3.1 to trunk/ --- framework/Web/UI/ActiveControls/TActivePanel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/ActiveControls/TActivePanel.php') 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. * * function callback1_requested($sender, $param) -- cgit v1.2.3