hana-cli
Version:
HANA Developer Command Line Interface
24 lines (19 loc) • 943 B
text/xml
<mvc:View controllerName="sap.hanacli.tables.controller.basic-ui" height="100%" width="100%"
xmlns:l="sap.ui.layout"
xmlns:f="sap.ui.layout.form"
xmlns:mvc="sap.ui.core.mvc"
xmlns:core="sap.ui.core"
xmlns="sap.m">
<ScrollContainer id="scrollContainerFeatures" height="100%" width="100%" vertical="true" focusable="true">
<f:SimpleForm id="SimpleFormToolbarFeatures" editable="true" layout="ResponsiveGridLayout" adjustLabelSpan="true" singleContainerFullSize="false" ariaLabelledBy="Title1">
<f:toolbar>
<core:Fragment fragmentName="sap.hanacli.tables.view.reuse.toolbar" type="XML"/>
</f:toolbar>
<f:content>
<core:Fragment fragmentName="sap.hanacli.common.view.Connection" type="XML"/>
<core:Fragment fragmentName="sap.hanacli.common.view.Debug" type="XML"/>
</f:content>
</f:SimpleForm>
<core:Fragment fragmentName="sap.hanacli.tables.view.reuse.table" type="XML"/>
</ScrollContainer>
</mvc:View>