提供了shell中常用的打开页面和关闭页面的方法。

  • showPage

显示页面

例:

   var url = require.toUrl(require.toUrl("$UI/portal/index.w"));
   justep.Shell.showPage(url);
   

> 参数

JSON url  类似{url:”$UI/portal/index.w”}或者”$UI/portal/index.w”或者require.toUrl(“./xx.w”)

JSON data  传递到页面的参数,可选参数

JSON options 类似{owner: modelObject},可选参数

> 返回值

Promise

  • closePage

关闭当前页面

例:

justep.Shell.closePage();

> 参数

> 返回值

本文由WeX5君整理,WeX5一款开源免费的html5开发工具H5 App开发就用WeX5!

阅读其他app 开发相关文章:http://doc.wex5.com/?p=3443