Просмотр исходного кода

Merge branch 'fix/Process.template' into 'release'

Merge of fix/Process.template 修复流程表单模板问题 to release

See merge request o2oa/o2oa!2848

(cherry picked from commit 2f18517c96a6d25b201eee42ab2606ae35b731eb)

e15a4920 修复流程表单模板问题
70013cfe 修改树组件的说明
蔡祥熠 5 лет назад
Родитель
Сommit
104dd22db2

Разница между файлами не показана из-за своего большого размера
+ 21 - 12
o2web/source/x_component_process_FormDesigner/Module/Form/template/form_cms_publish.json


Разница между файлами не показана из-за своего большого размера
+ 80 - 64
o2web/source/x_component_process_FormDesigner/Module/Form/template/form_common.json


+ 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;

Некоторые файлы не были показаны из-за большого количества измененных файлов