Last active
June 13, 2019 14:52
-
-
Save matthewbednarski/425922b746112ea97d02fae47875ebc6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sap.ui.core:FragmentDefinition | |
xmlns:sap.ui.core="sap.ui.core" | |
xmlns:sap.m="sap.m" | |
xmlns:sap.ui.layout.form="sap.ui.layout.form" | |
xmlns:sap.ui.core.mvc="sap.ui.core.mvc" > | |
<sap.m:Panel headerText="dfdff" expandable="true" expanded="true"> | |
<sap.m:customData> | |
<sap.ui.core:CustomData key="sap-ui-fastnavgroup" value="true" writeToDom="true"></sap.ui.core:CustomData> | |
</sap.m:customData> | |
<sap.m:content> | |
<sap.ui.layout.form:SimpleForm editable="true" layout="ResponsiveGridLayout"> | |
<sap.ui.layout.form:content> | |
<sap.m:Label text="House-Type"></sap.m:Label> | |
<sap.m:Input class="control-block" value="{/current/code}" enabled="false"></sap.m:Input> | |
<sap.m:Label text="Price"></sap.m:Label> | |
<sap.m:Input value="{/current/grouped_parameters/test/value}" width="100%" editable="true" description="dd"></sap.m:Input> | |
<sap.m:Label text="Test"></sap.m:Label> | |
<sap.m:Input value="{/current/code}" width="100%" editable="true" description="dd"></sap.m:Input> | |
</sap.ui.layout.form:content> | |
</sap.ui.layout.form:SimpleForm> | |
</sap.m:content> | |
</sap.m:Panel> | |
</sap.ui.core:FragmentDefinition> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment