HtmlForgeX

API Reference

Class

TablerScheduleSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact frosted schedule summary for upcoming windows, gates, and handoff moments.

Inheritance

Constructors

Methods

public TablerScheduleSummaryCard Accent(TablerColor color) #
Returns: TablerScheduleSummaryCard

Sets the ambient accent color used by the card.

Parameters

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

Adds a compact metric tile.

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 TablerScheduleSummaryCard AddWindow(String time, String title, String description = null, String stateText = null, Nullable<TablerBadgeColor> stateColor = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerScheduleSummaryCard

Adds an upcoming schedule window.

Parameters

time System.String requiredposition: 0
title System.String requiredposition: 1
description System.String = null optionalposition: 2
stateText System.String = null optionalposition: 3
stateColor System.Nullable{HtmlForgeX.TablerBadgeColor} = null optionalposition: 4
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 5
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 6
public TablerScheduleSummaryCard Overview(String overview) #
Returns: TablerScheduleSummaryCard

Sets the compact narrative shown above the metrics and schedule windows.

Parameters

overview System.String requiredposition: 0
RegisterLibraries() #
public TablerScheduleSummaryCard Settings(Action<TablerScheduleSummaryCardSettings> configure) #
Returns: TablerScheduleSummaryCard

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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