Widget directory file structure

  • Each widget that can be displayed in the Mobile Landing page has four files in its folder. The folder name is also the widget ID and is used in the naming of its files.
  • For the Ask HR widget, the AskHR folder should contain these items:
    • AskHR.js: javascript code
    • AskHR.css : widget styles
    • AskHR.html: page used when widget is loaded in Infor OS Portal or Infor Ming.le standalone mode
    • AskHR-tmpl.html : UI templates
  • The Directory and Notifications pages are not widgets. They are pages in Mobile HCM.
  • Other folders, for example, PieChart, DonutChart, and BubbleChart, are dependencies of the landing page widgets. They may not have UI templates and stand-alone files.