Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script
  src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js"
  id="sap-ui-bootstrap"
  data-sap-ui-theme="sap_bluecrystal"
  data-sap-ui-libs="sap.m"></script>
<meta charset="utf-8">
<title>UI5</title>
</head>
<script id="view1" type="sapui5/xmlview">
<mvc:View
  xmlns:mvc="sap.ui.core.mvc"
  xmlns="sap.m">
  <App>
    <Page
      binding="{/Employees(1)}"
      title="Address Details"
      showNavButton="true">
      <content>
        <Label text="{TitleOfCourtesy}" />
        <Label text="{FirstName}" />
        <Label text="{LastName}" />
      </content>
    </Page>
  </App>
</mvc:View>
</script>
<body class="sapUiBody" id="content" />
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
qmacropro
0viewers