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