-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>UI5 TypeScript Walkthrough</title> | ||
</head> | ||
<body> | ||
<div>Hello World</div> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"_version": "1.60.0", | ||
"sap.app": { | ||
"id": "ui5.walkthrough", | ||
"type": "application", | ||
"title": "OpenUI5 TypeScript Walkthrough", | ||
"applicationVersion": { | ||
"version": "1.0.0" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>UI5 TypeScript Walkthrough</title> | ||
<script | ||
id="sap-ui-bootstrap" | ||
src="https://sdk.openui5.org/1.120.1/resources/sap-ui-core.js" | ||
data-sap-ui-theme="sap_horizon" | ||
data-sap-ui-compatVersion="edge" | ||
data-sap-ui-async="true" | ||
data-sap-ui-onInit="module:ui5/walkthrough/index" | ||
data-sap-ui-resourceroots='{ | ||
"ui5.walkthrough": "./" | ||
}'> | ||
</script> | ||
</head> | ||
<body> | ||
<div>Hello World</div> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>UI5 TypeScript Walkthrough</title> | ||
<script | ||
id="sap-ui-bootstrap" | ||
src="resources/sap-ui-core.js" | ||
data-sap-ui-theme="sap_horizon" | ||
data-sap-ui-compatVersion="edge" | ||
data-sap-ui-async="true" | ||
data-sap-ui-onInit="module:ui5/walkthrough/index" | ||
data-sap-ui-resourceroots='{ | ||
"ui5.walkthrough": "./" | ||
}'> | ||
</script> | ||
</head> | ||
<body> | ||
<div>Hello World</div> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
alert("UI5 is ready"); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"_version": "1.60.0", | ||
"sap.app": { | ||
"id": "ui5.walkthrough", | ||
"type": "application", | ||
"title": "OpenUI5 TypeScript Walkthrough", | ||
"applicationVersion": { | ||
"version": "1.0.0" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>UI5 TypeScript Walkthrough</title> | ||
<script | ||
id="sap-ui-bootstrap" | ||
src="https://sdk.openui5.org/1.120.1/resources/sap-ui-core.js" | ||
data-sap-ui-theme="sap_horizon" | ||
data-sap-ui-compatVersion="edge" | ||
data-sap-ui-async="true" | ||
data-sap-ui-onInit="module:ui5/walkthrough/index" | ||
data-sap-ui-resourceroots='{ | ||
"ui5.walkthrough": "./" | ||
}'> | ||
</script> | ||
</head> | ||
<body class="sapUiBody" id="content"> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>UI5 TypeScript Walkthrough</title> | ||
<script | ||
id="sap-ui-bootstrap" | ||
src="resources/sap-ui-core.js" | ||
data-sap-ui-theme="sap_horizon" | ||
data-sap-ui-compatVersion="edge" | ||
data-sap-ui-async="true" | ||
data-sap-ui-onInit="module:ui5/walkthrough/index" | ||
data-sap-ui-resourceroots='{ | ||
"ui5.walkthrough": "./" | ||
}'> | ||
</script> | ||
</head> | ||
<body class="sapUiBody" id="content"> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import Text from "sap/m/Text"; | ||
|
||
new Text({ | ||
text: "Hello World" | ||
}).placeAt("content"); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"_version": "1.60.0", | ||
"sap.app": { | ||
"id": "ui5.walkthrough", | ||
"type": "application", | ||
"title": "OpenUI5 TypeScript Walkthrough", | ||
"applicationVersion": { | ||
"version": "1.0.0" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>UI5 TypeScript Walkthrough</title> | ||
<script | ||
id="sap-ui-bootstrap" | ||
src="https://sdk.openui5.org/1.120.1/resources/sap-ui-core.js" | ||
data-sap-ui-theme="sap_horizon" | ||
data-sap-ui-compatVersion="edge" | ||
data-sap-ui-async="true" | ||
data-sap-ui-onInit="module:ui5/walkthrough/index" | ||
data-sap-ui-resourceroots='{ | ||
"ui5.walkthrough": "./" | ||
}'> | ||
</script> | ||
</head> | ||
<body class="sapUiBody" id="content"> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>UI5 TypeScript Walkthrough</title> | ||
<script | ||
id="sap-ui-bootstrap" | ||
src="resources/sap-ui-core.js" | ||
data-sap-ui-theme="sap_horizon" | ||
data-sap-ui-compatVersion="edge" | ||
data-sap-ui-async="true" | ||
data-sap-ui-onInit="module:ui5/walkthrough/index" | ||
data-sap-ui-resourceroots='{ | ||
"ui5.walkthrough": "./" | ||
}'> | ||
</script> | ||
</head> | ||
<body class="sapUiBody" id="content"> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import XMLView from "sap/ui/core/mvc/XMLView"; | ||
|
||
XMLView.create({ | ||
viewName: "ui5.walkthrough.view.App", | ||
id: "app" | ||
}).then(function (view) { | ||
view.placeAt("content"); | ||
}); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"_version": "1.60.0", | ||
"sap.app": { | ||
"id": "ui5.walkthrough", | ||
"type": "application", | ||
"title": "OpenUI5 TypeScript Walkthrough", | ||
"applicationVersion": { | ||
"version": "1.0.0" | ||
} | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<mvc:View | ||
xmlns="sap.m" | ||
xmlns:mvc="sap.ui.core.mvc"> | ||
<Text text="Hello World"/> | ||
</mvc:View> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import Controller from "sap/ui/core/mvc/Controller"; | ||
|
||
/** | ||
* @name ui5.walkthrough.controller.App | ||
*/ | ||
export default class AppController extends Controller { | ||
onShowHello(): void { | ||
// show a native JavaScript alert | ||
alert("Hello World"); | ||
} | ||
}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>UI5 TypeScript Walkthrough</title> | ||
<script | ||
id="sap-ui-bootstrap" | ||
src="https://sdk.openui5.org/1.120.1/resources/sap-ui-core.js" | ||
data-sap-ui-theme="sap_horizon" | ||
data-sap-ui-compatVersion="edge" | ||
data-sap-ui-async="true" | ||
data-sap-ui-onInit="module:ui5/walkthrough/index" | ||
data-sap-ui-resourceroots='{ | ||
"ui5.walkthrough": "./" | ||
}'> | ||
</script> | ||
</head> | ||
<body class="sapUiBody" id="content"> | ||
</body> | ||
</html> |