Advertisement
ignatov

Untitled

Feb 27th, 2020
940
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.67 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.         <StandardListItem
  10.                 title="test"
  11.                 description="test" />
  12.        
  13.                
  14.         <StandardListItem
  15.                 title="test2"
  16.                 description="test2"/>
  17.            
  18.         <StandardListItem
  19.                 title="test3"
  20.                 description="test3"/>
  21.                
  22.         </List>
  23.         <Button id="buttonOne" text="First button" press="onPressOne"/>
  24.         <Button id="buttonTwo" text="Second button" press="onPressTwo"/>
  25.  
  26.         </content>
  27.             </Page>
  28.         </pages>
  29.     </App>
  30. </mvc:View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement