HtmlForgeX

API Reference

Class

HfxPanelSection

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Wraps a section of a panel dashboard with a stable key for panel toggling.

Inheritance

Constructors

public HfxPanelSection(String key) #

Initializes a new panel with the provided key.

Parameters

key System.String requiredposition: 0

Methods

public HfxPanelSection Content(Element element) #
Returns: HfxPanelSection

Adds content and returns this panel for chaining.

Parameters

element HtmlForgeX.Element requiredposition: 0
RegisterLibraries() #
public override String ToString() #
Returns: String

Properties

public String PanelKey { get; } #

Key used by the panel helper script (e.g., "map", "feeds").