HtmlForgeX

API Reference

Class

TablerActionSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Action summary card that combines a compact metric rail, optional focus callout, actions, and supporting notes.

Inheritance

Constructors

Methods

public TablerActionSummaryCard Accent(TablerColor color) #
Returns: TablerActionSummaryCard

Sets the ambient accent color used by the card shell.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerActionSummaryCard ActionsSubtitle(String subtitle) #
Returns: TablerActionSummaryCard

Sets supporting text displayed below the actions section title.

Parameters

subtitle System.String requiredposition: 0
public TablerActionSummaryCard ActionsTitle(String title) #
Returns: TablerActionSummaryCard

Sets the heading used for the actions section.

Parameters

title System.String requiredposition: 0
public TablerActionSummaryCard AddAction(String text, TablerButtonVariant variant = Primary, Nullable<TablerIconType> icon = null, Action<TablerButton> configure = null) #
Returns: TablerActionSummaryCard

Adds a primary action button to the card.

Parameters

text System.String requiredposition: 0
variant HtmlForgeX.TablerButtonVariant = Primary optionalposition: 1
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 2
configure System.Action{HtmlForgeX.TablerButton} = null optionalposition: 3
public TablerActionSummaryCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerActionSummaryCard

Adds a compact headline metric above the action workspace.

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 TablerActionSummaryCard AddNote(String text, Nullable<TablerIconType> icon = null) #
Returns: TablerActionSummaryCard

Adds a supporting operator note.

Parameters

text System.String requiredposition: 0
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 1
GetAuxiliaryChildren() #
public TablerActionSummaryCard Highlight(String title, String text, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerActionSummaryCard

Adds a compact focus callout between the summary rail and the actions surface.

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
public TablerActionSummaryCard NotesSubtitle(String subtitle) #
Returns: TablerActionSummaryCard

Sets supporting text displayed below the notes section title.

Parameters

subtitle System.String requiredposition: 0
public TablerActionSummaryCard NotesTitle(String title) #
Returns: TablerActionSummaryCard

Sets the heading used for the notes section.

Parameters

title System.String requiredposition: 0
OnAddedToDocument() #
RegisterLibraries() #
public TablerActionSummaryCard Settings(Action<TablerActionSummaryCardSettings> configure) #
Returns: TablerActionSummaryCard

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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