Skip to Content
0
Former Member
Feb 05, 2014 at 06:46 AM

Significance of id sap-ui-bootstrap in the bootstrap

62 Views

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