HtmlForgeX

API Reference

Class

TablerActivityList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Dashboard-oriented activity feed for approvals, incidents, handoffs, and recent updates.

Inheritance

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

Methods

public TablerActivityList AddItem(Action<TablerActivityListItem> configure) #
Returns: TablerActivityList

Adds a typed activity item.

Parameters

configure System.Action{HtmlForgeX.TablerActivityListItem} requiredposition: 0
public TablerActivityList Header(String text, Boolean sticky = true) #
Returns: TablerActivityList

Adds a sticky or static section header.

Parameters

text System.String requiredposition: 0
sticky System.Boolean = true optionalposition: 1
RegisterLibraries() #
public TablerActivityList Settings(Action<TablerActivityListSettings> configure) #
Returns: TablerActivityList

Groups less-common display toggles under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerActivityListSettings} requiredposition: 0
public override String ToString() #
Returns: String