From d74b495736f0c04522ec54274b70fed0ded2878d Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 27 Jun 2023 11:30:06 +0800
Subject: [PATCH] 任务新增导出

---
 public/map/lib/zTree_v3/api/en/treeNode.check_Child_State.html |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/public/map/lib/zTree_v3/api/en/treeNode.check_Child_State.html b/public/map/lib/zTree_v3/api/en/treeNode.check_Child_State.html
new file mode 100644
index 0000000..48efb79
--- /dev/null
+++ b/public/map/lib/zTree_v3/api/en/treeNode.check_Child_State.html
@@ -0,0 +1,43 @@
+<div class="apiDetail">
+<div>
+	<h2><span>Number</span><span class="path">treeNode.</span>check_Child_State</h2>
+	<h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.excheck</span> js ]</span></h3>
+	<div class="desc">
+		<p></p>
+		<div class="longdesc">
+			<p>Used to record the node's half-checked state about its all child nodes's checkbox or radio. It is valid when <span class="highlight_red">[setting.check.enable = true]</span></p>
+			<p class="highlight_red">zTree v3.x provides treeNode.getCheckStatus () method to get an accurate the half-checked status.</p>
+			<p class="highlight_red">Do not initialize or modify it, it is an internal argument.</p>
+			<p>Default: true</p>
+		</div>
+	</div>
+	<h3>Number Format</h3>
+	<div class="desc">
+	<p>Rules:</p>
+	<table width="100%" border="0" cellspacing="1" cellpadding="0">
+		<thead>
+			<tr><td colspan="4">setting.check.checkType = "checkbox"</td></tr>
+			<tr><td>treeNode.check_Child_State</td><td>Checked Status Description</td></tr>
+		</thead>
+		<tbody>
+			<tr><td>-1</td><td>Has no child nodes or all child nodes's 'nocheck' attribute is true.</td></tr>
+			<tr><td>0</td><td>All of the child nodes has not been checked.</td></tr>
+			<tr><td>1</td><td>Some of the child nodes has been checked.</td></tr>
+			<tr><td>2</td><td>All of the child nodes has been checked.</td></tr>
+		</tbody>
+	</table>
+	<br/>
+	<table width="100%" border="0" cellspacing="1" cellpadding="0">
+		<thead>
+			<tr><td colspan="4">setting.check.checkType = "radio"</td></tr>
+			<tr><td>treeNode.check_Child_State</td><td>Checked Status Description</td></tr>
+		</thead>
+		<tbody>
+			<tr><td>-1</td><td>Has no child nodes or all child nodes's 'nocheck' attribute is true.</td></tr>
+			<tr><td>0</td><td>All of the child nodes has not been checked.</td></tr>
+			<tr><td>2</td><td>Some of the child nodes has been checked.</td></tr>
+		</tbody>
+	</table>
+	</div>
+</div>
+</div>
\ No newline at end of file

--
Gitblit v1.9.3