Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <mvc:View controllerName="com.EmployeeDb.controller.Default" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mvc="sap.ui.core.mvc"
- displayBlock="true" xmlns="sap.m">
- <App>
- <pages>
- <Page title="{i18n>title}">
- <content>
- <List id="idList">
- <StandardListItem
- title="test"
- description="test"/>
- <StandardListItem
- title="test2"
- description="test2"/>
- <StandardListItem
- title="test3"
- description="test3"/>
- </List>
- </content>
- </Page>
- </pages>
- </App>
- </mvc:View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement