Sha256: cba06a92c416ad1fca64dafad9808c99e8c6a614584fffe3db97f6246deb368e
Contents?: true
Size: 812 Bytes
Versions: 4
Compression:
Stored size: 812 Bytes
Contents
<core:FragmentDefinition xmlns="sap.f.semantic" xmlns:m="sap.m" xmlns:core="sap.ui.core"> <SemanticPage showFooter="true"> <titleHeading> <m:Title text="Semantic Page Title" /> </titleHeading> <headerContent> <m:Text text="Semantic Page Header Content"/> </headerContent> <titleMainAction> <TitleMainAction text="Main Action"/> </titleMainAction> <titleCustomTextActions> <m:Button text="Custom Text Button"/> </titleCustomTextActions> <titleCustomIconActions> <m:OverflowToolbarButton icon="sap-icon://cart" text="Custom Icon Button" /> </titleCustomIconActions> <content> <m:Text text="Semantic Page Header Content"/> </content> <footerCustomActions> <m:Button text="Button 1" /> </footerCustomActions> </SemanticPage> </core:FragmentDefinition>
Version data entries
4 entries across 4 versions & 2 rubygems