字符串,当前应用类型。
值 | 应用类型 |
---|---|
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
}