May 2019
Beginner to intermediate
548 pages
12h 39m
English
If the SAPUI5 application is a part of some other web application, and jQuery is already loaded, you can use the special non-jQuery version of the libraries by using resources/sap-ui-core-nojQuery.js. If, due to performance requirements, there are some specific needs regarding libraries preloading, you can also use the preload variant, which is described in detail in the SAPUI5 documentation. Let's have a look at the following code snippet:
data-sap-ui-bindingSyntaxt="complex"data-sap-ui-resourceroots='{ "my.namespace":"./" }'
The two remaining lines are responsible for enabling the advanced binding syntax in views and specifies the naming convention in the application structure respectively.
The JavaScript coding ...
Read now
Unlock full access