提交 892a41af 编写于 作者: 蔡祥熠

Merge branch 'feature/CMS.merge_form_component' into 'wrdp'

Merge of feature/CMS.merge_form_component 内容管理表单速度优化 to wrdp

See merge request o2oa/o2oa!2917
......@@ -2796,9 +2796,9 @@ MWF.xScript.Environment = function(ev){
* @param {Object} [options] - 其他参数,内容如下<br>
* <pre><code class="language-js">{
* "readonly": true, //是否以只读方式打开,默认为true
* "forceFormId": "xxxxxx", //不管编辑还是阅读都用此表单id打开,优先使用,6.0版本之前使用 printFormId
* "readFormId": "xxxxxx", //强制的阅读表单id,优先于表单的readFormId,6.0版本之前使用 formId
* "editFormId": "xxxxxx", //强制的编辑表单id,优先于表单的formId,6.0版本之前使用 formEditId
* "forceFormId": "xxxxxx", //不管编辑还是阅读都用此表单id打开,优先使用。6.0版本之前使用 printFormId。
* "readFormId": "xxxxxx", //强制的阅读表单id,优先于表单的readFormId。6.0版本之前使用 formId。
* "editFormId": "xxxxxx", //强制的编辑表单id,优先于表单的formId。6.0版本之前使用 formEditId。
* "saveOnClose" : true, //关闭的时候是否自动保存
* "onPostPublish" : function( documentData ){ //发布前执行方法,但数据已经准备好
* //documentData 为文档数据
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册