Advertisement
ignatov

Untitled

Feb 27th, 2020
921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | None | 0 0
  1. <mvc:View controllerName="com.EmployeeDb.controller.Default" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mvc="sap.ui.core.mvc"
  2.     displayBlock="true" xmlns="sap.m">
  3.     <App>
  4.         <pages>
  5.             <Page title="{i18n>title}">
  6.         <content>
  7.            
  8.         <List id="idList">
  9.            
  10.         <StandardListItem
  11.                 title="test"
  12.                 description="test"/>
  13.         <StandardListItem
  14.                 title="test2"
  15.                 description="test2"/>
  16.         <StandardListItem
  17.                 title="test3"
  18.                 description="test3"/>
  19.         </List>
  20.        
  21.         </content>
  22.             </Page>
  23.         </pages>
  24.     </App>
  25. </mvc:View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement