HtmlForgeX

API Reference

Class

TablerPresenceListCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Dashboard card for compact review, approval, or operator-presence surfaces built around avatars and status badges.

Inheritance

Constructors

Methods

public TablerPresenceListCard Accent(TablerColor color) #
Returns: TablerPresenceListCard

Sets the ambient accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerPresenceListCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerPresenceListCard

Adds a compact summary metric above the roster.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
public TablerPresenceListCard AddPerson(String name, String role, String initials, String status, TablerColor statusColor, String note = null, String badgeText = null, Nullable<TablerBadgeColor> badgeColor = null) #
Returns: TablerPresenceListCard

Adds a person row with initials, role, status, and optional supporting note.

Parameters

name System.String requiredposition: 0
role System.String requiredposition: 1
initials System.String requiredposition: 2
status System.String requiredposition: 3
statusColor HtmlForgeX.TablerColor requiredposition: 4
note System.String = null optionalposition: 5
badgeText System.String = null optionalposition: 6
badgeColor System.Nullable{HtmlForgeX.TablerBadgeColor} = null optionalposition: 7
public TablerPresenceListCard Highlight(String title, String text, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerPresenceListCard

Adds a compact callout shown above the roster.

Parameters

title System.String requiredposition: 0
text System.String requiredposition: 1
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 2
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 3
RegisterLibraries() #
public TablerPresenceListCard Settings(Action<TablerPresenceListCardSettings> configure) #
Returns: TablerPresenceListCard

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerPresenceListCardSettings} requiredposition: 0
public TablerPresenceListCard Subtitle(String subtitle) #
Returns: TablerPresenceListCard

Sets supporting copy shown under the title.

Parameters

subtitle System.String requiredposition: 0
public TablerPresenceListCard Title(String title) #
Returns: TablerPresenceListCard

Sets the card title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String