mlreportgen.report.HTMLModuleTabs Class
Namespace: mlreportgen.report
Superclasses: mlreportgen.report.Reporter
Create tabbed panels
Description
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.
Creation
Description
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 arguments. You can specify multiple name-value arguments in any order.
Properties
Methods
Examples
Version History
Introduced in R2020a


