From 00f9b81f18010c6a99e84c6410680aab31ddd8ba Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 1 Feb 2006 07:25:58 +0000 Subject: THtmlArea sample. --- .gitattributes | 1 + tests/FunctionalTests/protected/pages/UI/testHtmlArea.page | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 tests/FunctionalTests/protected/pages/UI/testHtmlArea.page diff --git a/.gitattributes b/.gitattributes index 2791822b..7abe7d5b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -716,6 +716,7 @@ tests/FunctionalTests/protected/pages/UI/LabeledTextBox.php -text tests/FunctionalTests/protected/pages/UI/LabeledTextBox.tpl -text tests/FunctionalTests/protected/pages/UI/TestTPanelDefaultButton.page -text tests/FunctionalTests/protected/pages/UI/TestTPanelDefaultButton.php -text +tests/FunctionalTests/protected/pages/UI/testHtmlArea.page -text tests/FunctionalTests/protected/pages/UI/testLabeledTextBox.page -text tests/FunctionalTests/protected/pages/Validation/CheckBox.page -text tests/FunctionalTests/protected/pages/Validation/CheckBox.php -text 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" %> + + + + + + plugins : "contextmenu,paste", + language: "zh_CN" + + + + \ No newline at end of file -- cgit v1.2.3