NotFound.view.xml 385 B

123456789101112131415
  1. <mvc:View
  2. controllerName="sap.ui.demo.orderbrowser.controller.NotFound"
  3. xmlns="sap.m"
  4. xmlns:mvc="sap.ui.core.mvc">
  5. <Page
  6. id="page"
  7. title="{i18n>notFoundTitle}"
  8. showNavButton="true"
  9. navButtonPress=".onNavBack">
  10. <IllustratedMessage
  11. title="{i18n>notFoundText}"
  12. illustrationType="sapIllus-PageNotFound"
  13. enableDefaultTitleAndDescription="false"/>
  14. </Page>
  15. </mvc:View>