Files
abap_tutorial_11/webapp/view/Enter.view.xml
2025-04-25 22:19:01 +02:00

15 lines
615 B
XML

<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>