From dd028bec3822d1d9c28c35d599d687e038c7705f Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 4 Jan 2007 11:23:26 +0000 Subject: Add chat demo and tutorial. --- .../protected/pages/ClientSideDispatch.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php (limited to 'tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php') diff --git a/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php b/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php new file mode 100644 index 00000000..84099114 --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php @@ -0,0 +1,17 @@ +status1->Text = "Method 1 callback with parameter: {$param->CallbackParameter}"; + } + + function method2($sender, $param) + { + $this->status2->Text = "Method 2 callback"; + } +} + +?> \ No newline at end of file -- cgit v1.2.3