From 10c06a1968dbf39d8a3790077a3537b8323f36ff Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Fri, 6 Oct 2006 15:40:18 +0000 Subject: r19141: add a reasonable subset of the qooxdoo runtime environment, and example applications (This used to be commit ff28ab7314ff1eebcd62f387678b816091af8121) --- swat/apps/qooxdoo-examples/test/RPC_3.html | 240 +++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 swat/apps/qooxdoo-examples/test/RPC_3.html (limited to 'swat/apps/qooxdoo-examples/test/RPC_3.html') diff --git a/swat/apps/qooxdoo-examples/test/RPC_3.html b/swat/apps/qooxdoo-examples/test/RPC_3.html new file mode 100644 index 0000000000..8da024a060 --- /dev/null +++ b/swat/apps/qooxdoo-examples/test/RPC_3.html @@ -0,0 +1,240 @@ + + + + qooxdoo » Demo + + + + + + + + + +
+

Test for RPC functionality.

+

+ This test calls a whole set of functions to test each of the primitive + data types. The comparison results should all end with ": true", and + the last test generates an Application Error (#1000). No other test + generates that error, so receiving it means the complete set of tests + was run. +

+

+ These functions all use the synchronous interface. You should not use + the synchronous interface because with some browsers, the entire browser + environment locks up during a synchronous call. If the server hangs for + a minute or two, so will the browser! You have been warned. +

+
+ + + + -- cgit