Correct export of Delivery Unit EON_XSJSFRAMEWORK (36 files, replaces incomplete initial export)
This commit is contained in:
+13
-12
@@ -6,7 +6,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
window["sap-ushell-config"] = {
|
||||
defaultRenderer : "fiori2",
|
||||
@@ -31,7 +31,7 @@
|
||||
};
|
||||
</script>
|
||||
<script src="https://sapui5.hana.ondemand.com/test-resources/sap/ushell/bootstrap/sandbox.js" id="sap-ushell-bootstrap"></script>
|
||||
|
||||
|
||||
<title>Item Data Maintenance</title>
|
||||
|
||||
<!-- Bootstrap the UI5 core library -->
|
||||
@@ -39,28 +39,29 @@
|
||||
src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
|
||||
data-sap-ui-libs="sap.m,sap.ui.layout,sap.ui.core,sap.ushell"
|
||||
data-sap-ui-theme="sap_belize"
|
||||
|
||||
|
||||
data-sap-ui-supportedLanguages="en"
|
||||
data-sap-ui-bindingSyntax="complex"
|
||||
data-sap-ui-compatVersion="edge"
|
||||
data-sap-ui-compatVersion="edge"
|
||||
data-sap-ui-resourceroots='{"uniorg.eon.virtaportalui":"./virtaportalui"}'
|
||||
data-sap-ui-frameOptions='allow'> // NON-SECURE setting for testing environment
|
||||
</script>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
sap.ui.getCore().attachInit(function() {
|
||||
sap.ui.getCore().attachInit(function() {
|
||||
//Fake LREP
|
||||
jQuery.sap.require("sap.ui.fl.FakeLrepConnector");
|
||||
sap.ui.fl.FakeLrepConnector.enableFakeConnector("fakeLRep.json");
|
||||
|
||||
|
||||
|
||||
// initialize the ushell sandbox component
|
||||
sap.ushell.Container.createRenderer().placeAt("app");
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
// initialize the ushell sandbox component
|
||||
sap.ushell.Container.createRenderer().placeAt("app");
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user