diff options
author | xue <> | 2006-08-30 12:33:43 +0000 |
---|---|---|
committer | xue <> | 2006-08-30 12:33:43 +0000 |
commit | 1f560ccd8a9e21871dbedd548fc97f231131c771 (patch) | |
tree | 90d054108a0bce4668ca16d425655b22c99ed6d3 /tests/FunctionalTests/tickets/protected/pages/Ticket351.page | |
parent | f4482f9c17825b63242fee42252e097dd85f53c5 (diff) |
merge from 3.0 branch till 1363.
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket351.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket351.page | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket351.page b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page new file mode 100644 index 00000000..5fb65f20 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page @@ -0,0 +1,12 @@ +<com:TContent ID="Content">
+<com:TDatePicker ID="Birthdate"
+ DateFormat="MMM/d/yyyy"
+ FromYear="1900" UpToYear="1990" InputMode="DropDownList" />
+
+<br />
+<%= $this->Birthdate->Date %>
+<br />
+<%= $this->Birthdate->TimeStamp %>
+
+<com:TButton Text="Submit!" />
+</com:TContent>
\ No newline at end of file |