ui5-smart-access
Version:
A custom accessibility popover for SAP UI5 applications.
59 lines (58 loc) • 2.1 kB
text/xml
<core:FragmentDefinition
xmlns="sap.m"
xmlns:core="sap.ui.core"
>
<Popover
class="abicsAccessibilityPopover sapUiSmallMarginBeginEnd sapUiTinyMarginTop"
id="abicsAccessibilityPopover"
placement="Bottom"
showArrow="false"
title="{i18n>popover.title}"
contentWidth="280px"
>
<customHeader>
<Bar>
<contentMiddle>
<Title text="{i18n>popover.header.title}" class="popoverTitle" />
</contentMiddle>
<contentRight>
<Button id="closePopoverButton" icon="sap-icon://notification" press=".onPopoverClosePress" tooltip="{i18n>popover.close.tooltip}" class="closePopoverButton"/>
</contentRight>
</Bar>
</customHeader>
<content>
<core:Fragment
fragmentName="ui5-smart-access.fragments.FontSizePanel"
type="XML"
/>
<core:Fragment
fragmentName="ui5-smart-access.fragments.TextToSpeechPanel"
type="XML"
/>
<core:Fragment
fragmentName="ui5-smart-access.fragments.ColorBlindnessPanel"
type="XML"
/>
<core:Fragment
fragmentName="ui5-smart-access.fragments.BlaufilterPanel"
type="XML"
/>
<core:Fragment
fragmentName="ui5-smart-access.fragments.NightModePanel"
type="XML"
/>
<core:Fragment
fragmentName="ui5-smart-access.fragments.ToggleImagesPanel"
type="XML"
/>
<core:Fragment
fragmentName="ui5-smart-access.fragments.ContrastModePanel"
type="XML"
/>
<core:Fragment
fragmentName="ui5-smart-access.fragments.ResetAllPanel"
type="XML"
/>
</content>
</Popover>
</core:FragmentDefinition>