diff options
author | wei <> | 2007-05-03 00:48:04 +0000 |
---|---|---|
committer | wei <> | 2007-05-03 00:48:04 +0000 |
commit | 1ae09931b2572d9c3067c99f841a60cb3330b3f3 (patch) | |
tree | 0b263b594bfa9c2bf5b37d2d565b4583f796bf2c /tests/FunctionalTests/tickets | |
parent | 24bdc94145c11744f624149a0dbdd10e3d5ca4cd (diff) |
Update active relations docs
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket614.page | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket614.page b/tests/FunctionalTests/tickets/protected/pages/Ticket614.page new file mode 100644 index 00000000..0b1901ea --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket614.page @@ -0,0 +1,13 @@ +<com:TContent ID="Content">
+
+<com:TTextBox ID="text1" />
+<com:TRegularExpressionValidator
+ ID="validator1"
+ ControlToValidate="text1"
+ ErrorMessage="*"
+ PatternModifiers="u"
+ RegularExpression="[\x0400-\x04FF ]{2,60}" />
+
+<com:TButton ID="button1" Text="Submit!"/>
+
+</com:TContent>
\ No newline at end of file |