一、以表单的形式打开
1.参数说明
参数 说明
action-type opendocument:表单打开
appid 软件id
formid 表单id
docid 文档id
isRefresh 关闭后是否刷新
open-type 打开类型:
1.open-present:当前页打开
2.open-eject :弹出层打开
3.open-tab: 标签页打开
4.open-blank: 新窗口打开
exparams 额外的参数
parentid 主表的id
title 标题
2.值脚本格式
<o-action action-type='opendocument' formid='formid' docid='docid' appid='appid' open-type='open-eject' isRefresh='true' dialog-width='600px' dialog-height='400px' exparams='&type=1&test=2' parentid='parentid'>弹出层打开表单</o-action>
ps::类似html的a标签 o-action就是myapps自定义的标签
详细文档内容可以参考:http://office.teemlink.com:4001/ ... A0%87%E7%AD%BE.html |