summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page b/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page
new file mode 100644
index 00000000..4ca02ef5
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page
@@ -0,0 +1,13 @@
+<com:TContent id="Content">
+<p>
+Type some content which will be logged :
+<com:TActiveTextBox id="logMessage"/>
+<com:TActiveButton Text="Add to logfile" OnClick="addLog"/>
+</p>
+<p>
+<com:TActiveTextBox TextMode="MultiLine" id="logBox" ReadOnly="true" Rows="5" Columns="80"/>
+</pre>
+</p>
+<com:TActiveButton Text="Refresh" OnClick="refreshLog"/>
+<com:TActiveButton Text="Clear" OnClick="clearLog"/>
+</com:TContent> \ No newline at end of file