diff options
author | wei <> | 2006-05-14 00:30:53 +0000 |
---|---|---|
committer | wei <> | 2006-05-14 00:30:53 +0000 |
commit | ae43fa72cdae13bace16a5b8250170e472bb2b87 (patch) | |
tree | 6efea16ae0773f5c739bff2cf643f54ba499e5c0 /tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page | |
parent | ddc3ea15bbfd0235fe90f3b2211bf4cc605e25d6 (diff) |
refactor active controls.
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page')
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page b/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page new file mode 100644 index 00000000..a8cb3c27 --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page @@ -0,0 +1,9 @@ +<com:TContent ID="Content">
+ <h1>TCallback Demo</h1>
+
+ <com:TActiveButton id="button1" Text="Button 1" OnClick="click1" />
+ <com:TActiveButton id="button2" Text="Button 2" OnClick="click2" />
+
+ <com:TActiveLabel id="label1" />
+
+</com:TContent>
\ No newline at end of file |