Relative Content

Tag Archive for sapui5sap-fiori

Fiori Elements Object Page Custom Action Button Type

My goal is to have two buttons in the footer of a Fiori Elements object page.
One button is to accept the entity, and the other is to reject the entity on the object page.
To emphasize this, I want to use the button types “Accept” and “Reject.”

How to use UploadSetToolbarPlaceholder?

How to use UploadSetToolbarPlaceholder to customize the toolbar of UploadSet control? I checked the toolbar aggregation of UploadSet, it has type sap.m.OverflowToolbar and not sap.m.upload.UploadSetToolbarPlaceholder. I tried placing it in toolbar aggregation but it not working.