-
Notifications
You must be signed in to change notification settings - Fork 0
UI5 Extensibility
Marco Beier edited this page Jan 14, 2021
·
6 revisions
Using the already existing controls in UI5 isn't always the best way to solve an issue or handle a specific scenario. Therefore UI5 offers great extensibility with extending already existing controls or creating new ones from scratch which we then can reuse as often as needed.
But it doesn't stop with only controls. You can even extend the UI5 tooling or the Fiori-Launchpad itself ... the list goes on.
- FioriLaunchpad Extensions on Github
- SAP Documentation on Fiori Extensibility
- UI5ers Buzz #16, Blog on Extending Launchpad
You can find my own 'playground' application repository here on github.