Sha256: 3f79c96a938ae125cea9bdd2d3022cfb4504f58771b1311bc10aa2865beee55d

Contents?: true

Size: 755 Bytes

Versions: 4

Compression:

Stored size: 755 Bytes

Contents

/*!
 * UI development toolkit for HTML5 (OpenUI5)
 * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company.
 * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
 */

// Provides the Design Time Metadata for the sap.f.DynamicPageHeader control
sap.ui.define([],
	function() {
	"use strict";

	return {
		aggregations : {
			content : {
				domRef :  ":sap-domref .sapFDynamicPageHeaderContent",
				actions : {
					move : {
						changeType : "moveControls"
					}
				}
			}
		},
		actions : {
			remove : {
				changeType : "hideControl"
			},
			reveal : {
				changeType : "unhideControl"
			}
		},
		name: {
			singular: "DYNAMIC_PAGE_HEADER_NAME",
			plural: "DYNAMIC_PAGE_HEADER_NAME_PLURAL"
		}
	};

}, /* bExport= */ false);

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/DynamicPageHeader.designtime-dbg.js
fiveapples-0.0.6 lib/openui5-runtime-1.60.23/resources/sap/f/designtime/DynamicPageHeader.designtime-dbg.js
fiveapples-0.0.5 lib/openui5-runtime-1.60.23/resources/sap/f/designtime/DynamicPageHeader.designtime-dbg.js
jekyll-openui5-0.1.0 assets/sap/f/designtime/DynamicPageHeader.designtime-dbg.js