summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/pages/HtmlArea.page
blob: 8b56f48d13542ec32bface86ea019bdfd3ce6526 (plain)
1
2
3
4
5
6
7
8
9
10
<%@ Application.Globalization.Charset="GB2312" %>
<com:TContent ID="Content">

	<com:THtmlArea>
		<prop:Options>
			plugins : "contextmenu,paste",
			language: "zh_CN"
		</prop:Options>
	</com:THtmlArea>
</com:TContent>