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.
19 lines • 726 B
text/xml
<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.helperTitleSystem}"
class="sapUiPopupWithPadding"
items="{path: 'sapSystemsList>/systems',
sorter: { path: 'created_at' }}"
search="onValueHelpSystemSearch"
confirm="onValueHelpSystemFilterClose"
multiSelect="false"
cancel="onValueHelpSystemFilterClose">
<StandardListItem
iconDensityAware="false"
iconInset="false"
title="{sapSystemsList>description}"
description="{sapSystemsList>url}" app:bspUrlPattern="{sapSystemsList>bsp_url_pattern}"/>
</SelectDialog>
</core:FragmentDefinition>