diff options
author | wei <> | 2006-01-09 04:39:05 +0000 |
---|---|---|
committer | wei <> | 2006-01-09 04:39:05 +0000 |
commit | 9f2ecd591d5be41bb9dc7b8a0fa144ac35a173bb (patch) | |
tree | 122d77d166d5df687d524173b883d87fd6674c0d /tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page | |
parent | 9c9a2d731fea9679f65904a3a6b72dd78b4253a4 (diff) |
TRequiredFieldValidator works now. See FunctionalTests/index.php in your browser.
Diffstat (limited to 'tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page')
-rw-r--r-- | tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page b/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page new file mode 100644 index 00000000..4c9a8cd3 --- /dev/null +++ b/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page @@ -0,0 +1,7 @@ +<com:TForm>
+<h1>Basic TRequiredFieldValidator Test1</h1>
+ <com:TTextBox ID="text1" />
+ <com:TRequiredFieldValidator ID="validator1" ControlToValidate="text1" ErrorMessage="*" />
+ <com:TButton ID="button1" Text="Click" />
+ <com:TJavascriptLogger />
+</com:TForm>
\ No newline at end of file |