ui5_easy_use
Version:
A utility package for UI5 projects
14 lines • 453 B
text/xml
<core:FragmentDefinition
xmlns="sap.m"
xmlns:core="sap.ui.core"
xmlns:f="sap.f"
xmlns:l="sap.ui.layout">
<Popover
id="userMenu_"
title="{i18n>popover_user_menu}"
titleAlignment="Center"
placement="Bottom"
afterClose="onPopoverClose">
<core:Fragment fragmentName="${ez5.appName}.fragment.auth.UserMenu" type="XML"> </core:Fragment>
</Popover>
</core:FragmentDefinition>