on 2014 Feb 05 6:46 AM
Hi All,
I am a newbie to OpenUI5
In the script below:
<script
id="sap-ui-bootstrap"
src="resources/sap-ui-core.js"
data-sap-ui-libs="sap.ui.commons"
data-sap-ui-theme="sap_goldreflection" >
</script>
What is the significance of the id = "sap-ui-bootstrap"
I mean how does it impact the bootstrap.
I ran samples well with different ids too.
Thanks in advance..
-Amjad
Hi Amjad,
From my point of view,
sap-ui-bootstrap - > Naming Convention . It conveys that the loading of the script bootstraps the application.
Giving the id, now will also let them have the control of the script tag to be accessible from the framework.
Regards
Sakthivel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.