@openui5/sap.ui.demokit
Version:
OpenUI5 UI Library sap.ui.demokit
15 lines (14 loc) • 460 B
text/xml
<mvc:View
xmlns:mvc="sap.ui.core.mvc"
xmlns="sap.m">
<Page
title="Welcome"
enableScrolling="false">
<landmarkInfo>
<PageAccessibleLandmarkInfo rootRole="Region" rootLabel="Details" headerRole="Region" headerLabel="Header" contentRole="Main" contentLabel="Content"></PageAccessibleLandmarkInfo>
</landmarkInfo>
<content>
<Text text="Select an entity from the list..." textAlign="Center" width="100%"></Text>
</content>
</Page>
</mvc:View>