I have looked into the Custom HTML, but I'm a little confused on how the ReportGenerator adds the attribute to the HTML statements.
Any help would be greatly appreciated. Thanks!
I have looked into the Custom HTML, but I'm a little confused on how the ReportGenerator adds the attribute to the HTML statements.
Any help would be greatly appreciated. Thanks!
One way that I add customization for the html report is by modifying the content in the html_content attribute. I use a python caller to add javascript and css.
Here is a simple way to go about it using the string replacer. I just create an attribute that will be replaced with the html for creating the checkbox.
<input type="checkbox">
Thanks! That worked great!