summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page
blob: d3c551b40620056898060fbdbf668c0525f28e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:TContent ID="Content">
	<h1>TActiveRatingList AllowInput Test Case</h1>
	<com:TActiveRatingList ID="RatingList" AllowInput="false"
		OnSelectedIndexChanged="ratingChanged">
		<com:TListItem Text="Poor" />
		<com:TListItem Text="Fair" />
		<com:TListItem Text="Average" />
		<com:TListItem Text="Good" Selected="true" />
		<com:TListItem Text="Excellent" />
		<com:TListItem Text="Super" />
	</com:TActiveRatingList>
	<com:TActiveLabel ID="Status" Text="AllowInput=false" />
</com:TContent>