Skip to content

Instantly share code, notes, and snippets.

@jakes2255
Created July 3, 2019 13:53
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 jakes2255/19ab8042fa4533819e066e2b0bff3f7a to your computer and use it in GitHub Desktop.
Save jakes2255/19ab8042fa4533819e066e2b0bff3f7a to your computer and use it in GitHub Desktop.
<mvc:View controllerName="com.study.Z_HttpRequests.controller.View1" xmlns:mvc="sap.ui.core.mvc" displayBlock="true" xmlns="sap.m">
<Shell id="shell">
<App id="app">
<pages>
<Page id="page" title="{i18n>ajaxTitle}">
<content>
<List class="sapUiResponsiveMargin" width="auto" items="{httpModel>/}">
<items>
<ObjectListItem title="User ID: {httpModel>userId}" numberUnit="{httpModel>title}"
intro="{httpModel>body}" number="ID: {httpModel>id}"/>
</items>
</List>
</content>
</Page>
</pages>
</App>
</Shell>
</mvc:View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment