Skip to content

Instantly share code, notes, and snippets.

@grknylmz
Created September 20, 2017 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grknylmz/d9b76102fdda94e34e6db5605ad2feb3 to your computer and use it in GitHub Desktop.
Save grknylmz/d9b76102fdda94e34e6db5605ad2feb3 to your computer and use it in GitHub Desktop.
sapui5_1
<mvc:View controllerName="SAPUI5_Demo.controller.MainView" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mvc="sap.ui.core.mvc"
displayBlock="true" xmlns="sap.m">
<App>
<pages>
<Page title="Hello SAPUI5!">
<content>
<Label text="This is my first application."/>
</content>
</Page>
</pages>
</App>
</mvc:View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment