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/ --- .../Samples/TCallbackOptions/Home.page | 77 ++++++++++++++++++++++ .../Samples/TCallbackOptions/Home.php | 12 ++++ 2 files changed, 89 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/Samples/TCallbackOptions/Home.page create mode 100644 demos/quickstart/protected/pages/ActiveControls/Samples/TCallbackOptions/Home.php (limited to 'demos/quickstart/protected/pages/ActiveControls/Samples/TCallbackOptions') diff --git a/demos/quickstart/protected/pages/ActiveControls/Samples/TCallbackOptions/Home.page b/demos/quickstart/protected/pages/ActiveControls/Samples/TCallbackOptions/Home.page new file mode 100644 index 00000000..9cc2f155 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/Samples/TCallbackOptions/Home.page @@ -0,0 +1,77 @@ + +

TCallbackOptions Samples

+ + + + + + + + +
+A callback button with attached client side options: + + + + + +
+Same example as before, but this time interacting with another Prado control: + + + +
+
+The same TCallbackOptions can be shared among different controls, even of different types: + + + +
+ +
+ + + + + + +
+ + + +
+ + + +
$Id$
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/ActiveControls/Samples/TCallbackOptions/Home.php b/demos/quickstart/protected/pages/ActiveControls/Samples/TCallbackOptions/Home.php new file mode 100644 index 00000000..6f101107 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/Samples/TCallbackOptions/Home.php @@ -0,0 +1,12 @@ + \ No newline at end of file -- cgit v1.2.3