summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page
blob: 4ca02ef5159d196f8e6e0b068f20c194796a8b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>