Skip to Content
Author's profile photo Karol Kalisz

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.

bc1.PNG

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)

bc2.PNG

The Links can be defined in APS:

bc3.PNG

or even using BIAL methods:



BREADCRUMBS_1.cleanAllLinks();BREADCRUMBS_1.addLink("L1", "My New Link");


/wp-content/uploads/2016/05/20160511_215144_capture_949855.gif


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/applications · GitHub

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

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Alex Cruickshank
      Alex Cruickshank

      Hi Karol

      Hope you are well! I cant see this in the latest package? Has the component been renamed or something?

      Thanks

      Alex

      Author's profile photo Alex Cruickshank
      Alex Cruickshank

      I see the problem, need to migrate to UI5 mode 😕