summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.page
blob: 3bed7d5b469714a0a77f7d81dcebc62e0ebf7ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<com:TForm ID="form1">

	<h1>Add Dynamic Custom TTemplateControl Test</h1>
	<com:TActivePanel ID="Foo">
		<com:TTextBox ID="foo" />
	</com:TActivePanel>
	<com:TActiveButton ID="button2" Text="Button 1"
		OnClick="button2_onclick" OnCallback="button2_callback"/>

	<com:TActivePanel ID="placeholder" />

	<com:TActiveLabel ID="label1" Text="Label 1" />


	<com:TJavascriptLogger />
</com:TForm>