diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket526.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket526.page | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket526.page b/tests/FunctionalTests/tickets/protected/pages/Ticket526.page new file mode 100644 index 00000000..5aa84b87 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket526.page @@ -0,0 +1,8 @@ +<com:TContent ID="Content">
+<com:TActivePanel ID="activePanel">
+ <com:TDatePicker ID="dp"/>
+ <com:TActiveTextbox ID="textbox" Text="text" />
+ <com:TActiveButton ID="btn" Text="Btn" OnCallback="callback"/>
+</com:TActivePanel>
+
+</com:TContent>
\ No newline at end of file |