HtmlForgeX

API Reference

Class

TablerReviewListCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Review-oriented dashboard card that combines a compact metric rail, optional focus callout, and ranked note/feed entries.

Inheritance

Constructors

Methods

public TablerReviewListCard Accent(TablerColor color) #
Returns: TablerReviewListCard

Sets the ambient accent color used by the review list shell.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerReviewListCard AddEntry(String title, String value = null, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerReviewListCard

Adds a ranked note/feed entry.

Parameters

title System.String requiredposition: 0
value System.String = null optionalposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
public TablerReviewListCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerReviewListCard

Adds a compact headline metric above the feed.

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
GetAuxiliaryChildren() #
public TablerReviewListCard Highlight(String title, String text, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerReviewListCard

Adds a compact focus callout between the summary rail and the feed.

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
OnAddedToDocument() #
RegisterLibraries() #
public TablerReviewListCard Settings(Action<TablerReviewListCardSettings> configure) #
Returns: TablerReviewListCard

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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