From d895b852a6e160496ffc760d46d3719a3d62ff86 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sun, 3 Feb 2008 23:23:24 +0000 Subject: Initial checkin of nutridb.org and basic subversion directory structure --- .../tests/registerExternalFunctionTest.php | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lib/xajax_0.2.4/tests/registerExternalFunctionTest.php (limited to 'lib/xajax_0.2.4/tests/registerExternalFunctionTest.php') diff --git a/lib/xajax_0.2.4/tests/registerExternalFunctionTest.php b/lib/xajax_0.2.4/tests/registerExternalFunctionTest.php new file mode 100644 index 0000000..1eaf74e --- /dev/null +++ b/lib/xajax_0.2.4/tests/registerExternalFunctionTest.php @@ -0,0 +1,30 @@ +debugOn(); +$xajax->registerExternalFunction("myExternalFunction","tests/myExternalFunction.php"); +$xajax->registerExternalFunction(array("myFunction", "myExternalClass","myMethod"),"tests/myExternalFunction.php"); +$xajax->processRequests(); +?> + + + +registerExternalFunction Test | xajax Tests +printJavascript("../") ?> + + + +

xajax Tests

+

registerExternalFunction Test

+ +
+

+

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