summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page
blob: c475f17f6a410c07d6556f5b099dc9dabc2cbee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<com:TForm ID="form1">
	
	<h1>TActiveButton Functional Test</h1>
	<com:TActiveButton ID="button2" Text="Button 1" 
		OnClick="button2_onclick" OnCallback="button2_oncallback" />
	
	<com:TActiveLabel ID="label1" Text="Label 1" />
		
	<com:TJavascriptLogger />
	
</com:TForm>