ui5flowdev
Version:
UI5FlowDev enables you to manage and run your UI5 applications on a local server with reverse-proxy support. It also provides you the option to build your applications and deploy them to SAP NetWeaver ABAP.
44 lines (40 loc) • 2.94 kB
text/xml
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:l="sap.ui.layout" xmlns:f="sap.ui.layout.form" xmlns:app="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1">
<Dialog id="versionDeploy" title="{i18n>AppDetail.versionDeploy}" contentWidth="700px">
<content>
<VBox class="sapUiSmallMargin">
<f:SimpleForm minWidth="1024" maxContainerCols="2" editable="true" layout="ResponsiveGridLayout" labelSpanL="1" labelSpanM="1" emptySpanL="0" emptySpanM="0" columnsL="1" columnsM="1" class="editableForm">
<f:content>
<Label text="{i18n>AppDetail.versionName}" >
<layoutData>
<l:GridData span="L12 M12 S12" linebreakL="true" linebreakM="true" linebreakS="true" />
</layoutData>
</Label>
<Input id="deployVersionName" value="" class="sapUiTinyMarginBottom" editable="false">
<layoutData>
<l:GridData span="L8 M8 S8" />
</layoutData>
</Input>
<Label text="{i18n>AppDetail.versionDescription}" >
<layoutData>
<l:GridData span="L12 M12 S12" linebreakL="true" linebreakM="true" linebreakS="true" />
</layoutData>
</Label>
<TextArea id="deployVersionDescription" value="" growing="true" rows="5" growingMaxLines="10" width="100%" editable="false"/>
<Label text="{i18n>AppDetail.sapSystem}" >
<layoutData>
<l:GridData span="L12 M12 S12" linebreakL="true" linebreakM="true" linebreakS="true" />
</layoutData>
</Label>
<Input id="deployVersionSystem" valueHelpRequest="onValueHelpVersionDeploySystem" showValueHelp="true" valueHelpOnly="true" app:systemName="" app:sapSystemUrl="" app:bspUrlPattern="" valueStateText="{i18n>AppDetail.valueCheckDeployVersionSystem}"/>
</f:content>
</f:SimpleForm>
</VBox>
</content>
<buttons>
<Button id="bShowMessagesVersionDeployment" icon="sap-icon://message-popup" text="" type="Emphasized" press="showMessagePopover" visible="false" />
<Button id="bVersionDeployStart" text="{i18n>AppDetail.deployStart}" icon="sap-icon://begin" press="onVersionDeployStart" />
<Button id="bVersionDeployClose" text="{i18n>AppDetail.cancel}" icon="sap-icon://sys-cancel"
press="onVersionDeployClose" />
</buttons>
</Dialog>
</core:FragmentDefinition>