diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket656.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket656.page | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket656.page b/tests/FunctionalTests/tickets/protected/pages/Ticket656.page new file mode 100644 index 00000000..aa5d11b2 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket656.page @@ -0,0 +1,7 @@ +<com:TContent ID="Content"> + +<com:TDatePicker Id="datePicker" InputMode="DropDownList"/> + +<com:System.Web.UI.ActiveControls.TActiveLabel id="lblStatus"/> +<com:System.Web.UI.ActiveControls.TActiveButton id="btnUpdate" Text="Update" OnClick="updateLbl"/> +</com:TContent>
\ No newline at end of file |