From d0ce04fb74c0163951bbb36fa4f05973d91b02eb Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Wed, 1 Jun 2011 22:05:09 +0000 Subject: added documentation for TActivePanel class --- .../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