first commit
This commit is contained in:
15
webapp/view/Enter.view.xml
Normal file
15
webapp/view/Enter.view.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<mvc:View controllerName="mvcapp00124.controller.Enter"
|
||||
displayBlock="true"
|
||||
xmlns:mvc="sap.ui.core.mvc"
|
||||
xmlns="sap.m">
|
||||
<Page id="page" title="{i18n>title}">
|
||||
<content>
|
||||
<FlexBox alignItems="Center" justifyContent="Center" height="100%" width="100%">
|
||||
<Button text="Show flights list using navTo" press="onPressNavTo"
|
||||
class="sapUiSmallMargin" />
|
||||
<Button text="Show flight list using getTargets" press="onPressTargets"
|
||||
class="sapUiSmallMargin" />
|
||||
</FlexBox>
|
||||
</content>
|
||||
</Page>
|
||||
</mvc:View>
|
Reference in New Issue
Block a user