Post Class and Object Name for Widgets

Could we post a guide to the widgets for classes etc so if something does not exists in ready to use code we can create it…the hard part is trying to figure out the class names or maybe I am just missing the obvious???

2 Likes

Hi @Richard_Jabbour welcome to cimmunity :clap:

You can use the browser’s developer tools to determine the classes

2 Likes

Hi there, @Richard_Jabbour and welcome aboard :wave:

Yep, you can use the dev tools in your browser to find the needed class. For this, just right-click the needed element, choose Inspect, and you’ll see the class of the clicked element.

This video demonstrates how it works:


However, if you’re still experiencing difficulties in finding the class of the element, we’ll be happy to help :wink:

2 Likes