May 2019
Beginner to intermediate
548 pages
12h 39m
English
The index file is the default entry point to every web page on the internet. Keeping in mind that the SAPUI5 applications are, in fact, web applications, they also use the index file if accessed directly. The basic structure of an index file should provide references both to the SAPUI5 core library and to the application structure itself. The example file is listed as follows:
<!DOCTYPE HTML><html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/> <!-- SAPUI5 library bootstrap --> <script src='[sap-ui-core.js URL]' id="sap-ui-bootstrap" data-sap-ui-libs="sap.m" data-sap-ui-theme="sap_belize" data-sap-ui-bindingSyntax="complex" data-sap-ui-resourceroots='{ ...Read now
Unlock full access