HtmlForgeX

API Reference

Class

HfxPanelShell

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Shell container for panel-style dashboards (panels + compact mode toggles). Registers the panel helper library when attached to a document.

Inheritance

Constructors

public HfxPanelShell() #

Methods

public HfxPanelShell Content(Element element) #
Returns: HfxPanelShell

Adds generic content to the shell.

Parameters

element HtmlForgeX.Element requiredposition: 0
public HfxPanelSection Panel(String key, Action<HfxPanelSection> configure) #
Returns: HfxPanelSection

Adds a panel with a keyed container.

Parameters

key System.String requiredposition: 0
configure System.Action{HtmlForgeX.HfxPanelSection} requiredposition: 1
RegisterLibraries() #
public override String ToString() #
Returns: String