Friday, 10 March 2017

How to add third party libs in sap ui5 ?

In  index.html


  1. <script src="resources/sap-ui-core.js" id="sap-ui-bootstrap" data-sap-ui-libs="sap.ui.commons, sap.m" data-sap-ui-theme="sap_bluecrystal" > </script>

  2. //add like this <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>

No comments:

Post a Comment