diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-10 15:29:09 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-10 15:29:09 +0100 |
commit | 031d20c405b922808f4bdf2997f964880b33ab66 (patch) | |
tree | 7fbda08ea61c9948db6b6fd1dd6db9a13370da4e /tests/FunctionalTests/tickets/protected/pages/Ticket585.page | |
parent | f35d43399a9ce03f08ffa326812bc5ed6764ef9e (diff) |
More tests porting
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket585.page')
-rwxr-xr-x | tests/FunctionalTests/tickets/protected/pages/Ticket585.page | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket585.page b/tests/FunctionalTests/tickets/protected/pages/Ticket585.page index 9c02df4e..58cff91c 100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket585.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket585.page @@ -5,12 +5,12 @@ ID="validator1"
ControlToValidate="test"
OnServerValidate="ChkDate"
- ErrorMessage="*">
+ ErrorMessage="*">
<prop:ClientSide
- OnValidationError="$('error').innerHTML='Error'"
- OnValidationSuccess="$('error').innerHTML='Success'"
+ OnValidationError="$('#error').html('Error')"
+ OnValidationSuccess="$('#error').html('Success')"
ObserveChanges="false"
-
+
/>
</com:TActiveCustomValidator>
<span id="error"></span>
|