Guided Tour with webix

Hi Webix Team, I want to make a guided tour for the webix demo. But it is really difficult with a framework like yours. Any experience with a guided tour library like intro.js? Can you suggest one that works well with your framework?

There is a Hint widget which does the similar thing.

As for the intro.js or other libraries, there is no known limitation.
For locating a Webix element for them via some unique attribute in HTML, you can use

  • full HTML node of component : $$("viewId").$view;
  • CSS locator attr-value with view_id HTML attribute of component’s node;

Check any of our widgets using DOM inspector to see details of their structure.