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

Version Path
fiveapples-0.0.7 lib/openui5-runtime-1.60.23/resources/sap/f/designtime/SemanticPage.create.fragment.xml
fiveapples-0.0.6 lib/openui5-runtime-1.60.23/resources/sap/f/designtime/SemanticPage.create.fragment.xml
fiveapples-0.0.5 lib/openui5-runtime-1.60.23/resources/sap/f/designtime/SemanticPage.create.fragment.xml
jekyll-openui5-0.1.0 assets/sap/f/designtime/SemanticPage.create.fragment.xml