Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <script
    src="https://sapui5.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>
  
  <script id="view1" type="sapui5/xmlview">
    <mvc:View
      xmlns:core="sap.ui.core"
      xmlns:mvc="sap.ui.core.mvc"
      xmlns="sap.m">
      <App>
        <Page title="Title">
          <customHeader>
            <Bar>
              <contentLeft>
                <Button
                  icon="sap-icon://home" />
              </contentLeft>
              <contentMiddle>
                <Title
                  text="Different Title" />
              </contentMiddle>
            </Bar>
          </customHeader>
          <content>
          </content>
        </Page>
      </App>
    </mvc:View>
  </script>
</head>
<body class="sapUiBody" id="content"></body>
</html>
Output

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

Dismiss x
public
Bin info
qmacropro
0viewers