ui5_easy_use
Version:
CLI tool for SAP ui5 and SAPUI5 projects to initialize apps, generate pages, insert form and table components, manage routing, and automate i18n bindings
14 lines (13 loc) • 391 B
text/xml
<mvc:View
controllerName="${ez5.appName}.controller.${ez5.controllerName}"
xmlns:ff="sap.f"
xmlns:mvc="sap.ui.core.mvc"
xmlns:tnt="sap.tnt">
<tnt:mainContents>
<ff:FlexibleColumnLayout
id="app"
backgroundDesign="Solid"
layout="{fclModel>/layout}"
stateChange="onStateChanged" />
</tnt:mainContents>
</mvc:View>