Versions Compared

Key

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

...

  • pluginIdentifier - is an identifier of plugin corresponding to this view definitions
  • name - is an identifier of view (required)
  • modelName - defines model corresponding to this view (optional, default value: none)
  • modelPlugin - defines plugin identifier of model. (optional, default value: current plugin)
  • menuAccessible - defines if view can be available from menu (optional, default value: false)
  • defaultAuthorizationRole - defines default role necessary to access this view. Values can be one of : ROLE_USER, ROLE_SUPERVISOR, ROLE_ADMIN roles defined for application. (optional, default value: ROLE_USER)
  • windowWidth - defines view width (in px) when opened as modal (optional, default value: 600)
  • windowHeight - defines view height (in px) when opened as modal (optional, default value: 400)

...