summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket239.page
blob: a67c38a8a0d849a4eb5b92011d3231923fa24054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>