summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/validators/protected/pages/StringRangeValidator.page
blob: 14f638017ff0f4540b4c0896b9f3215f8dc7b5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<com:TContent ID="Content">

	<com:TTextBox ID="text1" />
	<com:TRangeValidator
		ControlToValidate="text1"
		MinValue="5"
		MaxValue="7"
		DataType="StringLength"
		ErrorMessage="String length must be between 5 and 7" />
	<com:TButton Text="Submit!" />
	
</com:TContent>