summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page
diff options
context:
space:
mode:
authorwei <>2006-09-16 03:43:02 +0000
committerwei <>2006-09-16 03:43:02 +0000
commit2d8fc0f1818aa896bebedf8cbeedffb17d048600 (patch)
tree2ef6ea939d5f018598ec2983086354000750fb70 /tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page
parentd148330f1fe3cb6116a69e56ecd44c37bfb2a44e (diff)
Fixed #340
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page')
-rw-r--r--tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page
new file mode 100644
index 00000000..aa3be754
--- /dev/null
+++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page
@@ -0,0 +1,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> \ No newline at end of file