diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page b/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page new file mode 100644 index 00000000..2ce98f5b --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page @@ -0,0 +1,10 @@ +<com:TForm>
+
+<h1>Null State Test</h1>
+
+<com:TActiveLabel ID="lblTest"/>
+<com:TActiveButton OnCallback="btnTest_OnCallback" Text="Clickme"/>
+
+<com:TJavascriptLogger />
+
+</com:TForm>
\ No newline at end of file |