diff options
author | xue <> | 2006-06-27 14:21:23 +0000 |
---|---|---|
committer | xue <> | 2006-06-27 14:21:23 +0000 |
commit | ae57f5fb591ecc01c9cb007c4517efa5c4ff9e72 (patch) | |
tree | 444debad2bb57a7b2e00cb8006aea4a0d96c9fa2 /tests/FunctionalTests/tickets/protected/pages/Ticket239.page | |
parent | 56466c36f4bbe5a1fee8d77642dc57b2366164e3 (diff) |
Fixed #239.
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket239.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket239.page | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket239.page b/tests/FunctionalTests/tickets/protected/pages/Ticket239.page new file mode 100644 index 00000000..a67c38a8 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket239.page @@ -0,0 +1,19 @@ +<com:TContent ID="Content">
+
+<com:TMultiView ActiveViewIndex="0">
+ <com:TView ID="view1" OnActivate="activateView" OnDeactivate="deactivateView">
+ view1
+ <com:TButton Text="Next view" CommandName="NextView" />
+ </com:TView>
+ <com:TView ID="view2" OnActivate="activateView" OnDeactivate="deactivateView">
+ view2
+ <com:TButton Text="Prev view" CommandName="PreviousView" />
+ <com:TButton Text="Next view" CommandName="NextView" />
+ </com:TView>
+ <com:TView ID="view3" OnActivate="activateView" OnDeactivate="deactivateView">
+ view3
+ <com:TButton Text="Prev view" CommandName="PreviousView" />
+ </com:TView>
+</com:TMultiView>
+<com:TLabel ID="Result" EnableViewState="false" />
+</com:TContent>
\ No newline at end of file |