Selection in dashboard

Hello,

I was reviewing your documentation on the dashboard control and I could not find anything on selection. Are there any events to intercept when the user clicks on a dashboard? Also is there a way to change the look and feel of a panel when you click on panel or an item in the panel? We want to show a menu item when a panel gets clicked on.

Thank you for any insight or information,

Mike

Hello @mhess,
Panel doesn’t support such event, but you can use native HTML events and add/remove CSS via webix.html.addCss/webix.html.removeCss
As an example, here is how that could look like:
https://snippet.webix.com/jjpplmcp

That’s exactly what I needed, thanks for the quick response!

Mike