cancel
Showing results for 
Search instead for 
Did you mean: 

Significance of id sap-ui-bootstrap in the bootstrap

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Answers (1)

Answers (1)

ChandraMahajan
Active Contributor
0 Kudos