Namespace: mlreportgen.report
Superclasses: mlreportgen.report.Reporter
An mlreportgen.report.HTMLModuleTabs
reporter adds a widget consisting of a
stack of tabbed panels (module tabs) to an HTML report. Selecting a tab displays the contents
of the panel. Use this reporter to display related information in compact form.
Note
Use HTMLModuleTabs
reporters only with HTML or single-file HTML
reports.
The mlreportgen.report.HTMLModuleTabs
class is a handle
class.
tabsObj = mlreportgen.report.HTMLModuleTabs
creates an empty HTMLModuleTabs
reporter. You must specify the tab labels
and content using the TabsData
property. Adding an empty HTMLModuleTabs
reporter to a report produces an
error.
tabsObj = mlreportgen.report.HTMLModuleTabs(Name=Value)
sets properties using name-value pairs. You can specify multiple name-value pair arguments
in any order.
Introduced in R2020a