Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Karol-K
Advisor
Advisor
0 Kudos

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

applications/SCN_BREADCRUMBS-20160511215635.zip at master · org-scn-design-studio-community/applicat...

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

2 Comments