| 1 |
lars |
1 |
<com:TContent ID="body">
|
|
|
2 |
|
|
|
3 |
<h1>TMultiView Samples</h1>
|
|
|
4 |
|
|
|
5 |
<com:TMultiView ID="MultiView" ActiveViewIndex="0" OnActiveViewChanged="viewChanged">
|
|
|
6 |
<com:TView ID="View1">
|
|
|
7 |
<h2>View 1</h2>
|
|
|
8 |
<p>Please enter a memo:</p>
|
|
|
9 |
<com:TTextBox ID="Memo" />
|
|
|
10 |
<hr/>
|
|
|
11 |
<com:TButton Text="View 2" CommandName="NextView" />
|
|
|
12 |
<com:TButton Text="View 3" CommandName="SwitchViewIndex" CommandParameter="2" />
|
|
|
13 |
</com:TView>
|
|
|
14 |
<com:TView>
|
|
|
15 |
<h2>View 2</h2>
|
|
|
16 |
<p>Please choose a color:</p>
|
|
|
17 |
<com:TDropDownList ID="DropDownList">
|
|
|
18 |
<com:TListItem Value="Red" />
|
|
|
19 |
<com:TListItem Value="Blue" />
|
|
|
20 |
<com:TListItem Value="Green" />
|
|
|
21 |
</com:TDropDownList>
|
|
|
22 |
<hr/>
|
|
|
23 |
<com:TButton Text="View 1" CommandName="PreviousView" />
|
|
|
24 |
<com:TButton Text="View 3" CommandName="NextView" />
|
|
|
25 |
</com:TView>
|
|
|
26 |
<com:TView>
|
|
|
27 |
<h2>View 3</h2>
|
|
|
28 |
<com:TLabel ID="Result1" />
|
|
|
29 |
<br/>
|
|
|
30 |
<com:TLabel ID="Result2" />
|
|
|
31 |
<hr/>
|
|
|
32 |
<com:TButton Text="View 1" CommandName="SwitchViewID" CommandParameter="View1" />
|
|
|
33 |
<com:TButton Text="View 2" CommandName="PreviousView" />
|
|
|
34 |
</com:TView>
|
|
|
35 |
</com:TMultiView>
|
|
|
36 |
|
|
|
37 |
<div class="last-modified">$Id: Home.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
|