diff options
author | xue <> | 2006-04-21 12:36:06 +0000 |
---|---|---|
committer | xue <> | 2006-04-21 12:36:06 +0000 |
commit | e392ecbf6e422825083bc7204eacb7090619a47c (patch) | |
tree | 8f2dcc8302f223ac2c71efd762417eddf84d62aa /tests/FunctionalTests/validators/protected/pages/CausesValidation.page | |
parent | c54a230a5926086ff1b69a0dd7e6352dbc0b40ff (diff) |
Merge from 3.0 branch till 953.
Diffstat (limited to 'tests/FunctionalTests/validators/protected/pages/CausesValidation.page')
-rw-r--r-- | tests/FunctionalTests/validators/protected/pages/CausesValidation.page | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/FunctionalTests/validators/protected/pages/CausesValidation.page b/tests/FunctionalTests/validators/protected/pages/CausesValidation.page new file mode 100644 index 00000000..c6748b9a --- /dev/null +++ b/tests/FunctionalTests/validators/protected/pages/CausesValidation.page @@ -0,0 +1,11 @@ +<com:TContent ID="Content">
+
+<h1>Test for CausesValidation="false"</h1>
+<div>
+<com:TTextBox ID="TestTextBox" />
+<com:TRequiredFieldValidator ID="TestRFValidator" ControlToValidate="TestTextBox" ErrorMessage="Field Required." />
+<com:TButton ID="TestButton" OnCommand="Page.onTest" Text="Test" CausesValidation="false" />
+<com:TLabel ID="Label1" />
+</div>
+
+</com:TContent>
\ No newline at end of file |