aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.tId.html
diff options
context:
space:
mode:
authorj180240 <jiaxiangli@huawei.com>2016-09-13 15:37:48 +0800
committerj180240 <jiaxiangli@huawei.com>2016-09-13 15:37:48 +0800
commit9230369a383b8bdd4b51940c69000a4fbc4aa6b1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.tId.html
parentd0cd8bdedcb2809d51ff960af8e8a39aed732fe9 (diff)
clear the old code.
Change-Id: I6e3116979251f69e728f2a20006421948e1c4b35 Signed-off-by: j180240 <jiaxiangli@huawei.com>
Diffstat (limited to 'uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.tId.html')
-rw-r--r--uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.tId.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.tId.html b/uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.tId.html
deleted file mode 100644
index 1b4fd771..00000000
--- a/uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.tId.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<div class="apiDetail">
-<div>
- <h2><span>String</span><span class="path">treeNode.</span>tId</h2>
- <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3>
- <div class="desc">
- <p></p>
- <div class="longdesc">
- <p>The unique identifier of node.</p>
- <p class="highlight_red">Do not initialize or modify it, it is created by the zTree.</p>
- </div>
- </div>
- <h3>String Format</h3>
- <div class="desc">
- <p>tId rules: setting.treeId + "_" + zTree counter</p>
- </div>
- <h3>Examples of treeNode</h3>
- <h4>1. Get the first selected node's tId</h4>
- <pre xmlns=""><code>var treeObj = $.fn.zTree.getZTreeObj("tree");
-var sNodes = treeObj.getSelectedNodes();
-if (sNodes.length > 0) {
- var tId = sNodes[0].tId;
-}
-</code></pre>
-</div>
-</div> \ No newline at end of file