HtmlForgeX

API Reference

Class

TablerTimelineSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Timeline-focused summary card that combines a compact metric rail, an optional highlight callout, and a richer scrollable timeline surface.

Inheritance

Constructors

Methods

public TablerTimelineSummaryCard Accent(TablerColor color) #
Returns: TablerTimelineSummaryCard

Sets the ambient accent color used by the timeline card.

Parameters

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

Adds a compact headline metric above the timeline surface.

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
Event 2 overloads
public TablerTimelineSummaryCard Event(String time, String title, String description, TablerIconType icon = TimelineEvent, Nullable<TablerColor> color = null) #
Returns: TablerTimelineSummaryCard

Adds a timeline event using the common timeline fields.

Parameters

time System.String requiredposition: 0
title System.String requiredposition: 1
description System.String requiredposition: 2
icon HtmlForgeX.TablerIconType = TimelineEvent optionalposition: 3
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 4
public TablerTimelineSummaryCard Event(Action<TablerTimelineItem> configure) #
Returns: TablerTimelineSummaryCard

Adds a custom timeline event.

Parameters

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

Adds a compact highlight callout between the summary rail and the timeline.

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 TablerTimelineSummaryCard Settings(Action<TablerTimelineSummaryCardSettings> configure) #
Returns: TablerTimelineSummaryCard

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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