From 6394a6ffe3a9f3e4e698603b94503dc96f1e2652 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Thu, 2 Jun 2011 16:06:37 +0000 Subject: upported documentation changes to trunk/ --- .../pages/ActiveControls/CallbackClientScript.page | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/CallbackClientScript.page (limited to 'demos/quickstart/protected/pages/ActiveControls/CallbackClientScript.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/CallbackClientScript.page b/demos/quickstart/protected/pages/ActiveControls/CallbackClientScript.page new file mode 100644 index 00000000..7ffd2db9 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/CallbackClientScript.page @@ -0,0 +1,30 @@ + + +

TCallbackClientScript

+ + +

+The TCallbackClientScript class provides corresponding methods that can be +executed on the client-side (i.e. the browser client that is viewing +the page) during a callback response. +For a complete list of available client side methods, consult the + +

+ +

+The available methods includes setting/clicking input elements, changing Css +styles, hiding/showing elements, and adding visual effects to elements on the +page. The client-side methods can be access through the CallbackClient +property available in TPage. +

+ +

+For example, to hide "$myTextBox" element during callback response, do: +

+ +$this->getPage()->getCallbackClient()->hide($myTextBox); + + + + +
$Id: CallbackClientSide.page -1 $
\ No newline at end of file -- cgit v1.2.3