summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests
diff options
context:
space:
mode:
authorwei <>2006-02-01 07:25:58 +0000
committerwei <>2006-02-01 07:25:58 +0000
commit00f9b81f18010c6a99e84c6410680aab31ddd8ba (patch)
treeae4ed33f50336332d6381b6707a643bac65f193d /tests/FunctionalTests
parent75ff90260945a5f12704d4929797248a472b44d9 (diff)
THtmlArea sample.
Diffstat (limited to 'tests/FunctionalTests')
-rw-r--r--tests/FunctionalTests/protected/pages/UI/testHtmlArea.page12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/testHtmlArea.page b/tests/FunctionalTests/protected/pages/UI/testHtmlArea.page
new file mode 100644
index 00000000..fe86d493
--- /dev/null
+++ b/tests/FunctionalTests/protected/pages/UI/testHtmlArea.page
@@ -0,0 +1,12 @@
+<%@ Application.Globalization.Charset="GB2312" %>
+<com:TContent ID="Content">
+<com:TForm>
+
+ <com:THtmlArea>
+ <prop:Options>
+ plugins : "contextmenu,paste",
+ language: "zh_CN"
+ </prop:Options>
+ </com:THtmlArea>
+</com:TForm>
+</com:TContent> \ No newline at end of file