IBM Worklight Using Multiple HTML Files

自古美人都是妖i 提交于 2019-12-07 00:40:28

The worklight application is entirely works on IFrame concept i.e it is a single page application. Even though you have n number of pages it wont behave like web application. Just putting one page over another. Here in samples they gave information about paging. Calling the instance of page and removing the instance so it free up the memory occupied by the page instance. Go through 7.5 module for paging concept. There is another alternate solution for this. if you are not comfort with paging just design single page HTML file,

Advantage of Single Page HTML file:

  • Avoiding multiple call to JS file for each page when tries to load.
  • alignment and ordering of resources (css and js) is easy.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!