Skip to content

Latest commit

 

History

History
43 lines (17 loc) · 1.35 KB

supported-library-combinations-363cd16.md

File metadata and controls

43 lines (17 loc) · 1.35 KB

Supported Library Combinations

SAPUI5 provides a set of JavaScript and CSS libraries, which can be combined in an application using the combinations that are supported.

In general, most library combinations are supported. However, restrictions apply for the following libraries:

  • sap.ui.commons (deprecated)

  • sap.ui.richtexteditor*

  • sap.ui.suite (deprecated)

  • sap.ui.ux3 (deprecated)

These libraries can only be used in combination with the following libraries:

  • sap.ui.core

  • sap.ui.layout

  • sap.ui.unified

  • sap.ui.table

  • sap.viz

*Combinations between sap.m and sap.ui.richtexteditor are allowed only for desktop apps. If your use case requires it and you have enabled the mobile theme, see the sap.ui.richtexteditor documentation.

Related Information

Deprecated Themes and Libraries