blob: 5cc17772f81c826f544b72554add3d055d11f569 (
plain)
1
2
3
4
5
6
7
8
9
|
<div id="mycontrol">
<com:TActivePanel ID="pnlHeader" ActiveControl.EnableUpdate="false">
<h2><com:TLabel ID="Heading" Text="Title"/></h2>
</com:TActivePanel>
<com:TActivePanel ID="pnlContents" ActiveControl.EnableUpdate="false">
This is just some text.<br/>
This is just some text.<br/>
</com:TActivePanel>
</div>
|