summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.page
blob: 84ce4ef373c408342544d714531c95d1d6a0789a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<com:THead />
<com:TForm ID="form1">
	<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:TForm>