HtmlForgeX

API Reference

Class

TablerAlertList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Severity-first dashboard list for incidents, expiring assets, blocked approvals, and other attention queues.

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 TablerAlertList AddBlockedApproval(Action<TablerBlockedApprovalAlertPreset> configure) #
Returns: TablerAlertList

Adds a blocked approval alert with severity-first defaults for review queues.

Parameters

configure System.Action{HtmlForgeX.TablerBlockedApprovalAlertPreset} requiredposition: 0
public TablerAlertList AddExpiringAsset(Action<TablerExpiringAssetAlertPreset> configure) #
Returns: TablerAlertList

Adds an expiring asset alert with renewal-focused defaults.

Parameters

configure System.Action{HtmlForgeX.TablerExpiringAssetAlertPreset} requiredposition: 0
public TablerAlertList AddIncidentWatch(Action<TablerIncidentWatchAlertPreset> configure) #
Returns: TablerAlertList

Adds an incident-watch alert for degraded services and operational issues under observation.

Parameters

configure System.Action{HtmlForgeX.TablerIncidentWatchAlertPreset} requiredposition: 0
public TablerAlertList AddItem(Action<TablerAlertListItem> configure) #
Returns: TablerAlertList

Adds a typed alert row.

Parameters

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

Adds a sticky or static section header.

Parameters

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

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

Parameters

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