diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket876.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket876.page | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket876.page b/tests/FunctionalTests/tickets/protected/pages/Ticket876.page new file mode 100644 index 00000000..af673461 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket876.page @@ -0,0 +1,17 @@ +<com:TContent ID="Content"> + + <com:TButton ID="Button" Text="Set empty CssUrl" OnClick="onSetEmptyCssUrl"/> + + <com:TTabPanel ID="TabPanel"> + <com:TTabView Caption="View 1"> + content for view 1 + </com:TTabView> + <com:TTabView Caption="View 2"> + content for view 2 + </com:TTabView> + <com:TTabView Caption="View 3"> + content for view 3 + </com:TTabView> + </com:TTabPanel> + +</com:TContent> |