Show TOC

Configuration of the SAPUI5 RuntimeLocate this document in the navigation structure

SAPUI5 provides several options for the configuration of the SAPUI5 runtime, such as runtime default values and script tag attributes.

The following options exist:

  • Runtime default values
  • Individual script tag attributes
  • Single and complex configuration attributes
  • Global configuration object
  • URL parameters
  • Runtime configuration object

The following order of significance applies:

Attributes of the DOM reference override the system defaults. URL parameters override the DOM attributes; empty URL parameters set the parameter back to its system default. If you call setters at runtime, any previous settings calculated during object creation are overwritten.