From b3ceed048bb533a00bbea542f7c12b49c8c83d9b Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 17 Jun 2006 01:55:05 +0000 Subject: Update changes to active controls, add FT tests for active controls, add comments. --- .../protected/pages/CallbackOptionsTest.page | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page (limited to 'tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page') diff --git a/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page b/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page new file mode 100644 index 00000000..6e8b8a1e --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page @@ -0,0 +1,34 @@ + +

TCallbackOptions Test

+ + + + $("status").show(); + + + $("status").hide(); + + + Element.update("label1", "Button 1 has returned"); + + + + + + + Element.update("label2", "Button 2 has returned"); + + + + + Element.update("label3", "Button 3 has returned"); + + + +
Label 1
+
Label 2
+
Label 3
+ +
\ No newline at end of file -- cgit v1.2.3