HtmlForgeX

API Reference

Class

HfxPanelTabExtensions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Fluent helpers for wiring panel sections inside Tabler tabs.

Inheritance

  • Object
  • HfxPanelTabExtensions

Methods

public static TablerTabsPanel PanelSection(TablerTabsPanel panel, String key, Action<HfxPanelSection> configure) #
Returns: TablerTabsPanel

Adds a panel section with a stable key to the tab panel.

Parameters

panel HtmlForgeX.TablerTabsPanel requiredposition: 0
key System.String requiredposition: 1
configure System.Action{HtmlForgeX.HfxPanelSection} requiredposition: 2