HtmlForgeX

API Reference

Class

TablerReportWorkspace

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Builds a polished report application workspace with a global icon rail, contextual navigation, top actions, and a typed content area.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Methods

public TablerReportWorkspace BrandIcon(TablerIconType icon, TablerColor color = Indigo) #
Returns: TablerReportWorkspace

Parameters

icon TablerIconType requiredposition: 0
color TablerColor = Indigo optionalposition: 1
public TablerReportWorkspace Content(Action<TablerReportContent> configure) #
Returns: TablerReportWorkspace

Parameters

element Element requiredposition: 0
public TablerReportWorkspace FloatingHelp(String label = "Help") #
Returns: TablerReportWorkspace

Parameters

label String = "Help" optionalposition: 0
public TablerReportWorkspace GlobalRail(Action<TablerReportGlobalRail> configure) #
Returns: TablerReportWorkspace

Parameters

configure Action<TablerReportGlobalRail> requiredposition: 0
public TablerReportWorkspace Navigation(Action<TablerReportNavigation> configure) #
Returns: TablerReportWorkspace

Parameters

configure Action<TablerReportNavigation> requiredposition: 0
public TablerReportWorkspace Notice(String text, TablerIconType icon = InfoCircle, TablerColor color = Yellow, String actionText = null, String actionHref = "#") #
Returns: TablerReportWorkspace

Parameters

text String requiredposition: 0
icon TablerIconType = InfoCircle optionalposition: 1
color TablerColor = Yellow optionalposition: 2
actionText String = null optionalposition: 3
actionHref String = "#" optionalposition: 4
public TablerReportWorkspace Settings(Action<TablerReportWorkspaceSettings> configure) #
Returns: TablerReportWorkspace

Parameters

configure Action<TablerReportWorkspaceSettings> requiredposition: 0
public TablerReportWorkspace Title(String title) #
Returns: TablerReportWorkspace

Parameters

title String requiredposition: 0
public TablerReportWorkspace TopBar(Action<TablerReportTopBar> configure) #
Returns: TablerReportWorkspace

Parameters

configure Action<TablerReportTopBar> requiredposition: 0
public override String ToString() #
Returns: String