summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket585.page
blob: 58cff91c5430a4773d5b66289cd354326f889636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<com:TContent ID="Content">

<com:TDatePicker id="test" />
<com:TActiveCustomValidator
	ID="validator1"
	ControlToValidate="test"
	OnServerValidate="ChkDate"
	ErrorMessage="*">
	<prop:ClientSide
		OnValidationError="$('#error').html('Error')"
		OnValidationSuccess="$('#error').html('Success')"
		ObserveChanges="false"

	 />
</com:TActiveCustomValidator>
<span id="error"></span>
<com:TActiveButton ID="button1" Text="ok"/>

</com:TContent>