blob: 9a5614588b2ad4eb79f3b1d8d8b0ea498013c0cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
<com:TContent ID="Content">
<h1>Active Control with TinyMCE</h1>
<com:THtmlArea ID="text1" />
<com:TActiveButton ID="button1" Text="Save" OnCallback="button1_callback" />
<com:TActiveLabel ID="label1" />
</com:TContent>
|