diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page new file mode 100644 index 00000000..ab4798a8 --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page @@ -0,0 +1,7 @@ +<com:TForm>
+
+<com:Application.pages.DMessagesPanel ID="panel1" PanelCssClass="one1" />
+<com:TActiveButton Text="Show" OnClick="show_clicked" />
+<com:TActiveButton Text="Hide" OnClick="hide_clicked" />
+<com:TJavascriptLogger />
+</com:TForm>
\ No newline at end of file |