diff options
author | wei <> | 2006-08-01 00:54:51 +0000 |
---|---|---|
committer | wei <> | 2006-08-01 00:54:51 +0000 |
commit | c1658a277ad56426e88b948eab064b0ce07ea528 (patch) | |
tree | 0536dc134ca3c5e094740cf8f56a040c9eca8e81 /tests/FunctionalTests | |
parent | 62274f7a89ff033a32bcd436923d39d90831f4db (diff) |
Fixed #312
Diffstat (limited to 'tests/FunctionalTests')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket312.page | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket312.page b/tests/FunctionalTests/tickets/protected/pages/Ticket312.page new file mode 100644 index 00000000..f6c550c5 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket312.page @@ -0,0 +1,11 @@ +<com:TContent ID="Content">
+<com:TButton Text="Click me" />
+<com:TDatePicker
+ ReadOnly="true"
+ InputMode="DropDownList"
+ DateFormat="M/yyyy" />
+
+<com:TDatePicker
+ DateFormat="d/M/yyyy" />
+
+</com:TContent>
\ No newline at end of file |