Component Configuration.js - Support a list of all properties - configuration priority

  • mockServerList
  • System defined defaults
  • Server wide defaults, read from sap-ui-config.json
  • Properties of the global configuration object window[“sap-ui-config”]
  • A configuration string in the data-sap-ui-config attribute of the bootstrap tag

Created by Jerry Wang, last modified on Sep 14, 2015

Location configuration.js the
clipboard1
configuration of priority:
clipboard2

example

  • in the URL : sap-ui-PARAMETER-NAME=“value”
  • in the DOM : data-sap-ui-PARAMETER-NAME=“value”
  • where PARAMETER-NAME is the name of the parameter in lower case.
  • Values of boolean parameters are case insensitive where "true" and "x" are interpreted as true.
    All the parameter list of supported:
    clipboard3
    ready initialization odataModel:
    clipboard4
    to get the application in the configuration:
    clipboard5

Guess you like

Origin blog.csdn.net/i042416/article/details/93304099