blob: aa3be754690e520bdfbd8819bf7bab480251df94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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:TJavascriptLogger />
</com:TForm>
|