cancel
Showing results for 
Search instead for 
Did you mean: 

Use the FIORI Petal Busy Indicator in a HCP Portal Site

Former Member
0 Kudos

Hi Experts,

I have a custom HCP Portal Site. I have written a custom shell plugin for hiding the pre-defined SAP portal header and display a custom Header on the site instead.

I need to display the FIORI Busy indicator till the custom Header is displayed. I looked for an API in the sap.ushell.services, but could not find a handle for the Busy indicator.

How can I manage the Fiori busy indicator from my Plugin/SAPUI5 application. I tried to look for the busy Dialog in the browser DOM with the id "loadingDialog" according to the below blog but could not find it.

https://blogs.sap.com/2015/01/27/let-that-flower-bloom-for-you-using-fiori-loading-dialog-in-custom-...

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Deepak,

You can use the global UI5 busy indicator:

sap.ui.core.BusyIndicator.show();

sap.ui.core.BusyIndicator.hide();

Regards,

Guy

Answers (0)