‎2025 Feb 06 1:42 AM - edited ‎2025 Feb 06 4:38 PM
Hi,
I am currently developing a fiori launchpad plugin and my requirement is to attach a custom control to SAP standard fiori apps which use the semantic object page control and add my custom control as a separate section. Therefore, my idea was to wait until everything is rendered to look for the page section where to add my control. This is also the reason, why i can't use the onAfterRendering method, since the component controller itself is faceless and does not have a UI. Even if i were to switch to sap.ui.core.UIComponent (as opposed to sap.ui.core.Component) it wouldn't work for the reason that there is simply no UI.
I have been looking around and experimenting with a bunch of approaches now like using the sap.ui.ushell.Container.getRenderer("fiori2") method and attach an event listener for the afterRendering event there but that doesn't seem to work and also this method call seems to be deprecated.
Any ideas or suggestions would be highly appreciated. Thanks!
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.