BeX5中从功能树中打开功能时默认都是有标题的,如下:
portal

当自己调用justep.Shell.showPage打开功能时默认是没有标题的,如果需要设置标题,参考如下添加title的值:

      var url ="$UI/appdemo/test/process/windowDialog/staticActivity1.a?process=/appdemo/test/process/windowDialog/windowDialogProcess&activity=mainActivity";
      justep.Shell.showPage({url:url,title:"详细页"});