o2oa api: apptype | o2oa开发平台-游戏厅捕鱼达人

module

字符串,当前应用类型。

应用类型
cms 内容管理
process 流程管理
portal 门户管理
query 数据中心

example

var title;
if( this.apptype === "cms"  ){
    title = this.documentcontext.getdocument().title
}else if( this.apptype === "process"  ){
    title = this.workcontext.getwork().title
}

source

网站地图