From 67666aaccb4b4743a084b214722e1173e827e9d1 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Wed, 1 Jun 2011 22:14:00 +0000 Subject: upported recent documentation changes from branch/3.1 to trunk/ --- .../pages/ActiveControls/ActivePanel.page | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActivePanel.page (limited to 'demos/quickstart/protected/pages/ActiveControls/ActivePanel.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActivePanel.page b/demos/quickstart/protected/pages/ActiveControls/ActivePanel.page new file mode 100644 index 00000000..dcfbc312 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActivePanel.page @@ -0,0 +1,24 @@ + + +

TActivePanel

+ + +

+ +TActivePanel is the TPanel active control counterpart. +TActivePanel allows the client-side panel contents to be updated during a +callback response using the render method. +Example: Assume $param is an instance of TCallbackEventParameter attached to +the OnCallback event of a TCallback with ID "callback1", and +"panel1" is the ID of a TActivePanel. + + +function callback1_requested($sender, $param) +{ + $this->panel1->render($param->getNewWriter()); +} + + + + +

$Id$
\ No newline at end of file -- cgit v1.2.3