on 2019 Jan 21 10:44 AM
I have download the personal Web IDE and UI5 SDK in my own PC disk.
How to config the Web IDE to make Tag src point to the local UI5 SDK not the Internet?
<scriptid="sap-ui-bootstrap"src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js"data-sap-ui-theme="sap_belize"data-sap-ui-libs="sap.m"data-sap-ui-compatVersion="edge"data-sap-ui-async="true"data-sap-ui-onInit="module:sap/ui/demo/walkthrough/index"data-sap-ui-resourceroots='{
"sap.ui.demo.walkthrough": "./"
}'></script>
Request clarification before answering.
src="resources/sap-ui-core.js"
based on your app folder structure, you may have to adjust it a bit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did import the JS file form import local file option,then it work, but just use the relative path
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe have a look at using the openui5 tooling instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.