blob: e933fd333e6c8960aec28ae5d816581951315090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<com:TContent ID="Content">
<h2 class="defect">ActiveControls broken by presence of THtmlArea in the .page</h2>
<com:TActiveButton ID="button1" Text="Button 1"
OnClick="button2_onclick"/>
<com:TActiveLabel ID="label1" Text="Label 1" />
<com:THtmlArea ID="text1" />
</com:TContent>
|