Follow excellence with sheer passion

  • Home

  • Offerings & Downloads

  • FAQ

  • Testimonials

  • Contact Us

  • Testimonials

    Use tab to navigate through the menu items.
    To see this working, head to your live site.
    • All Posts
    • My Posts
    vikas sharma
    Sep 02, 2019

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

    in SAP UI5/Fiori Forum

    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
    1 Comment
    V
    Vani Gupta
    Oct 01, 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>

    Like
    1 comments