• 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

configuration.js的位置
Component Configuration.js - 所有支持属性列表 - configuration priority
configuration的优先级:
Component Configuration.js - 所有支持属性列表 - configuration priority

例子

  • 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.
    所有支持的parameter列表:
    Component Configuration.js - 所有支持属性列表 - configuration priority
    准备初始化odataModel:
    Component Configuration.js - 所有支持属性列表 - configuration priority
    拿到application里的配置:
    Component Configuration.js - 所有支持属性列表 - configuration priority

相关文章:

  • 2022-02-25
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2021-08-16
猜你喜欢
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2021-10-30
  • 2022-03-05
  • 2021-09-20
相关资源
相似解决方案