Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 This is the configuration for the main menu of the app. In order to

Code Block
languagexml
<page id="MainMenu" type="Menu" icon="icon">
  ...
  <menuConfiguration>
    <menuItems>
      <menuItem id="Receive" displayName="Receive" icon="mainmenureceive"/>
      <menuItem id="BinContent" displayName="Bin Content" icon="mainmenubincontent"/>
    </menuItems>
  </menuConfiguration>
</page>
  • <menuConfiguration> - Configuration for the Menu page type.
    • <menuItems> - Encloses all menu items. Notice, that menu items can be disabled on a user basis by the backend.
      • <menuItem>
        • id = "" - Unique menu item identifier. Needs to match the id of the page which it opens.
        • displayName = "" - Name to display below the icon in the main menu.
        • icon = "" - Reference to an image resource defined in the image configuration.
        • alwaysEnabled="" - Always show this icon on the menu. Very useful when if you don't want to use add a Mobile menu til ERP. 

Page Tree
rootMobile WMS App