Design Studio SDK: Breadcrumbs Component
with new release of SAP UI5 (OpenUI5 Blog – First Preview of OpenUI5 1.34) there are some new controls available – one of them is OpenUI5 Explored – Breadcrumbs.
Important:
* Works only with Design Studio 1.6 SP2 and higher!
* Works only in M mode (as this is M-control of UI5)
This component makes the navigation easier.
It is basically a list of links (UI5 version) which can have URLs behind.
In Design Studio component, it is still possible to maintain URLs, but the main focus is to fire click event to BIAL script.
This is the visualization in Design Studio (exactly same as in the example)
The Links can be defined in APS:
or even using BIAL methods:
BREADCRUMBS_1.cleanAllLinks();BREADCRUMBS_1.addLink("L1", "My New Link");
The second option is adding more dynamic, you can always adjust some content, or even lock some link (disable).
Download & Use
This component is available on the community package, release 3.0 for Design Studio 1.6, as in SCN Design Studio SDK Development Community
Example Application
Documentation
Component List – SCN Design Studio Community -> look for the component in the list.
Any thoughts?
feel free to add as usual…
Enhancements Ideas?
if you have good ideas (to those who would like to contribute but cannot code…) – place an “issue” with tag “enhancement” under Issues · org-scn-design-studio-community/sdkpackage · GitHub
Hi Karol
Hope you are well! I cant see this in the latest package? Has the component been renamed or something?
Thanks
Alex
I see the problem, need to migrate to UI5 mode 😕