From 21d72c4a80fe2937d0c4ddd20624b27adbcd989b Mon Sep 17 00:00:00 2001 From: lizi00164331 Date: Mon, 7 Aug 2017 11:39:39 +0800 Subject: Upload the ESR GUI seed code Issue-ID: AAI-68 Change-Id: Ia50ce0570c2fabecd77199d4e8454f56fe587c4e Signed-off-by: lizi00164331 --- .../zTree/api/en/setting.view.nameIsHTML.html | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 common/src/main/webapp/thirdparty/zTree/api/en/setting.view.nameIsHTML.html (limited to 'common/src/main/webapp/thirdparty/zTree/api/en/setting.view.nameIsHTML.html') diff --git a/common/src/main/webapp/thirdparty/zTree/api/en/setting.view.nameIsHTML.html b/common/src/main/webapp/thirdparty/zTree/api/en/setting.view.nameIsHTML.html new file mode 100644 index 0000000..4fe19ad --- /dev/null +++ b/common/src/main/webapp/thirdparty/zTree/api/en/setting.view.nameIsHTML.html @@ -0,0 +1,28 @@ +
+
+

Booleansetting.view.nameIsHTML

+

Overview[ depends on jquery.ztree.core js ]

+
+

+
+

Set to use HTML in 'name' attribute.

+

If allow HTML, please do check to avoid security issues, e.g. JavaScript Injection...

+

Default: false

+
+
+

Boolean Format

+
+

true means: 'name' attribute can be HTML.

+

false means: 'name' attribute is only TEXT.

+
+

Examples of setting

+

1. Set to allow HTML

+
var setting = {
+	view: {
+		nameIsHTML: true
+	}
+};
+var node = {"name":"<font color='red'>test</font>"};
+......
+
+
\ No newline at end of file -- cgit 1.2.3-korg