summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket586.page
blob: 29751cab8337d9962b9580f702225fefd53a2dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:TContent ID="Content">
<h3>Needs manual testing</h3>
<com:TPanel DefaultButton="button2" Style="border:1px solid #ccc; padding:2em;">

<com:TTextBox ID="text1" />
<com:TButton ID="button1" Text="Button 1" OnClick="button_clicked"/>
<com:TButton ID="button2" Text="Button 2 (default)" OnClick="button_clicked"/>
<com:TButton ID="button3" Text="Button 3" OnClick="button_clicked" />

<com:TLabel ID="label1" Text="Status" />
</com:TPanel>

</com:TContent>