summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page
blob: e222a70fa2f3f062312be6f9b9bca0508b5cfec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<com:TContent ID="Content">
	<h1>TActiveRadioButtonList Test Case</h1>

	<com:TActiveRadioButtonList ID="list1" OnCallback="list1_callback">
		<com:TListItem Value="value 1" Text="item 1" />
		<com:TListItem Value="value 2" Text="item 2" />
		<com:TListItem Value="value 3" Text="item 3" />
		<com:TListItem Value="value 4" Text="item 4" />
		<com:TListItem Value="value 5" Text="item 5" />
	</com:TActiveRadioButtonList>
	<div style="margin:1em; padding:1em; border:1px solid #ccc; text-align:center;">
	<com:TActiveLabel ID="label1" Text="Label 1" />
	</div>
	<div style="margin:1em; padding:0.5em; text-align:center; border:1px solid #ccc;">
		<com:TActiveButton ID="button2" Text="Clear selection" OnClick="clear_selections" />
		<com:TActiveButton ID="button3" Text="Select Value 'value 1'" OnClick="select_value_1" />
		<com:TActiveButton ID="button4" Text="Select Index 4" OnClick="select_index_4" />
	</div>

</com:TContent>