cancel
Showing results for 
Search instead for 
Did you mean: 

sap.uxap.ObjectPageLayout: After Rendering

LuizGomes
Participant
0 Kudos

How to call a function only after the last block has rendered?

Accepted Solutions (0)

Answers (2)

Answers (2)

WouterLemaire
Active Contributor

You could try to do this by using the eventbus. Send an event for each block in the onafterrendering function and keep track of all received events in the mail controller.

Not sure this is the best approach but it might do the trick

LuizGomes
Participant
0 Kudos

I ended up using the BaseController Afterender. This solved my problemta.

Now I can access the inputs through Id