Hi experts,
Is there any way I can found the css classes available to use in the HTML webreportview in smartview widget ?
Thanks,
Abir
you can view the source of a SmartUI page and that will show the .CSS files and local styles added.
You should not rely on the CSS used in Smart UI. The styles are meant to be used in views, which own them. If you start using them in your views, you may find your code broken with each CS upgrade.
You should reuse existing controls to compose a new scenario. You can introduce new controls with your new styling.