UNPKG

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.

20 lines (19 loc) 742 B
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:app="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1"> <SelectDialog title="{i18n>AppDetail.helperTitlePackage}" class="sapUiPopupWithPadding" items="{path: 'bspApplicationsList>/packages', sorter: { path: 'name', descending: true }}" search="onValueHelpPackageSearch" confirm="onValueHelpPackageFilterClose" multiSelect="false" cancel="onValueHelpPackageFilterClose"> <StandardListItem iconDensityAware="false" iconInset="false" title="{bspApplicationsList>name}" description="{bspApplicationsList>description}" app:id="{bspApplicationsList>id}"/> </SelectDialog> </core:FragmentDefinition>