summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket660.page
blob: baa9189c9417e6a12fab1753e4b461ff58bf9f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:TContent ID="Content">

This page uses ISO-8859-1 encoding.
<div>
<com:TActiveTextBox ID="T" />
<com:TActiveButton ID="CB" OnClick="changeA" Text="Perform CallBack"/>
<com:TButton ID="PB" OnClick="changeA" Text="Perform PostBack"/>
</div>
<div id="output">
<com:TActiveLabel ID="A" />
</div>

</com:TContent>