github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/integration/testdata/TestKarmaIntegration/src/frontend/view/App.view.xml (about) 1 <mvc:View 2 height="100%" 3 displayBlock="true" 4 controllerName="sap.ui.piper.controller.App" 5 xmlns="sap.m" 6 xmlns:core="sap.ui.core" 7 xmlns:mvc="sap.ui.core.mvc" > 8 9 <App> 10 <pages> 11 <Page title="Demo Sapui5 Page"> 12 <content> 13 <FlexBox height="500px" alignItems="Center" justifyContent="Center"> 14 <items> 15 <Button 16 id="showToast" 17 text="Show Toast" 18 press="onShowToast"/> 19 <Button 20 id="showDialog" 21 text="Show Dialog" 22 press="onShowDialog"/> 23 </items> 24 </FlexBox> 25 </content> 26 </Page> 27 </pages> 28 </App> 29 30 </mvc:View>