Versions Compared

Key

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

...

Contains the list of shortcut key definitions to be loaded for use within the page. The shortcut keys are only available when the page is active.

Configuration

Code Block
   <shortcutKeys>
       <shortcut key="F5" onCommand="PageManager.loadPage( 'dataIntegration' )" role="ROLE_ADMIN"/>
  
</shortcutKeys>

Menus

Configuration

...