summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page
blob: 70220e58ec29a42415f7eddc329497d90ae37894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<com:TContent ID="Content">
	<h1>TActiveRatingList ReadOnly Test Case</h1>
	<com:TActiveRatingList ID="RatingList" ReadOnly="true"
		OnSelectedIndexChanged="ratingChanged">
		<com:TListItem Text="Poor" Selected="true" />
		<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="ReadOnly=true" />
	<br />
	<com:TActiveButton ID="Writable" Text="Writable" OnClick="writable" />
	<com:TActiveButton ID="ReadOnly" Text="ReadOnly" OnClick="readOnly" />
</com:TContent>