summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/UI/testHtmlArea.page
blob: fe86d493ca0559815ca3dbb1563da0f952ae8efb (plain)
1
2
3
4
5
6
7
8
9
10
11
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>