فهرست منبع

修改树组件的说明

unknown 5 سال پیش
والد
کامیت
70013cfe7b
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      o2web/source/x_component_process_Xform/Tree.js

+ 2 - 1
o2web/source/x_component_process_Xform/Tree.js

@@ -10,7 +10,7 @@ MWF.xDesktop.requireApp("process.Xform", "$Module", null, false);
  *    "action": "", //执行的脚本
  *    "default": true, //是否默认选中
  *    "icon": "folder.png", //图标
- *    "sub": [ //节点的子节点
+ *    "sub": [ //节点的子节点
  *      {
  *        "expand": true,
  *        "title": "",
@@ -120,6 +120,7 @@ MWF.xApplication.process.Xform.Tree = MWF.APPTree =  new Class(
 			 *  //可以在脚本中获取该组件
 			 * var tree = this.form.get("fieldId").tree; //获取组件对象
 			 * var children = tree.children[]; //获取第一层树叶
+			 * tree.reLoad( json ); //给整颗树重新赋数据,并重新加载
 			 */
 			this.tree = new MWF.widget.Tree(this.node, options);
 			this.tree.form = this.form;