Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9269

Re: How to insert loading image in page navigation?

$
0
0

Or you can also use Fragments which does not require you to define it in the view code:

 

namespace/BusyDialogLight.fragment.xml

<core:FragmentDefinition

  xmlns="sap.m"

  xmlns:core="sap.ui.core">

  <BusyDialog />

</core:FragmentDefinition>

 

And load it like this:

 

var oDialog = sap.ui.xmlfragment("namespace.BusyDialogLight");

 

Regards,

Kimmo


Viewing all articles
Browse latest Browse all 9269

Trending Articles