May 2019
Beginner to intermediate
548 pages
12h 39m
English
This is the most common way of bootstrapping and is the recommended way. The src value should point directly to the sap-ui-core.js file. This loads all the libraries listed in data-sap-ui-libs synchronously.
The src value is as follows:
<script id="sap-ui-bootstrap" src="resources/sap-ui-core.js" data-sap-ui-libs="sap.m" data-sap-ui-theme="sap_belize"></script>
Read now
Unlock full access