summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.page
blob: 6fb528227065ec7d611596a4f7f3ea2c7d6c7460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<com:THead />
<com:TForm ID="form1">
	<h1>TActiveRatingList SelectedIndex Test Case</h1>
	<com:TActiveRatingList ID="RatingList" SelectedIndex="1"
		OnSelectedIndexChanged="ratingChanged">
		<com:TListItem Text="Poor" />
		<com:TListItem Text="Fair" />
		<com:TListItem Text="Average" />
		<com:TListItem Text="Good" />
		<com:TListItem Text="Excellent" />
		<com:TListItem Text="Super" />
	</com:TActiveRatingList>
	<com:TActiveLabel ID="Status" Text="SelectedIndex: 1" />
	<br />
	<com:TActiveButton ID="SetSelectedIndex" Text="Set SelectedIndex=5"
		OnClick="setSelectedIndex" />
</com:TForm>