Follow excellence with sheer passion

  • Home

  • Offerings & Downloads

  • FAQ

  • Testimonials

  • Contact Us

  • Testimonials

    1. SAP UI5/Fiori Forum
    2. What to use in bootstrapping for src during development in WebIDE full Stack?
    Search
    vikas sharma
    Sep 2, 2019

    What to use in bootstrapping for src during development in WebIDE full Stack?

    Hi All,


    Pls. let me know what to use under src if i am designing fiori app usins full stack..


    <head>

    <script src="http://sapui5.hana.ondemand.com/resources/sap-ui-core-js"

    data-sap-ui-libs = "sap.m"

    data-sap-ui-theme = "sap_bluecrystal"


    and what other changes are required.Thanks.

    1 comment
    0
    Vani Gupta
    Oct 1, 2019

    <head>

    <script src="http://openui5.hana.ondemand.com/resourses/sap-ui-core.js"

    data-sap-ui-libs = "sap.m"

    data-sap-ui-theme = "sap_bluecrystal">

    </script>

    <script>

    var objectName = new libraryName.ClassName('Sid', {sProperties});

    </script>

    </head>

    <body class = "sapUIBody">

    </body>

    </html>

    0