-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 882 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Input - Assisted</title>
<script id="sap-ui-bootstrap" src="https://ui5.sap.com/1.108/resources/sap-ui-core.js"
data-sap-ui-theme="sap_fiori_3" data-sap-ui-resourceroots='{
"sap.m.sample.InputAssisted": "./",
"sap.ui.demo.mock": "mockdata"
}' data-sap-ui-compatVersion="edge" data-sap-ui-async="true" data-sap-ui-frameOptions="trusted"
data-sap-ui-oninit="module:sap/ui/core/ComponentSupport">
</script>
<style>
html,
body {
height: 100%;
}
</style>
</head>
<body class="sapUiBody sapUiSizeCozy" id="content">
<div data-sap-ui-component data-name="sap.m.sample.InputAssisted" data-height="100%" data-id="container"
data-settings='{"id" : "sap.m.sample.InputAssisted"}' style="height: 100%">
</div>
</body>
</html>