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