Search code examples
sapui5

Implement inline help/guided tour for SAPUI5 apps


I'm searching for a way to create a sort of inline help / guided walkthrough tour to explain certain elements/sections displayed on an SAPUI5 apps. I was checking examples, e.g. intro.js and others (https://ourcodeworld.com/articles/read/328/top-10-best-tour-website-guide-javascript-and-jquery-plugins). How would this work with xml views? Anyone has an idea or can point me to a resource? thx


Solution

  • The UI5Lab community has a custom library for guided tours, see here. This library uses UI5 controls, so you could either use this library for your project or check the source code for some ideas on how to implement a UI5 native tour yourself.