Versions Compared

Key

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

...

Alternatively, you can apply a Theme programmatically in your app using the following line of JavaScript code shown below. In this case it is used to apply the “SAP Quartz Light” (technical name sap_fiori_3) theme:

sap.ui.getCore().applyTheme("sap_fiori_3");

...