HtmlForgeX

API Reference

Class

TablerDatedEventList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Dated update list for news, milestones, announcements, and event feeds.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

public TablerDatedEventList Accent(TablerColor color) #
Returns: TablerDatedEventList

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
AddAction 2 overloads
public TablerDatedEventList AddAction(String label, TablerColor color, TablerIconType icon) #
Returns: TablerDatedEventList

Adds a typed action button in the header.

Parameters

label System.String requiredposition: 0
icon HtmlForgeX.TablerIconType requiredposition: 1
color HtmlForgeX.TablerColor = Blue requiredposition: 2
AddAction(System.String label, HtmlForgeX.TablerColor color, HtmlForgeX.TablerIconType icon) #

Adds a typed action button in the header using color-first ordering for action-heavy chains.

Parameters

label System.String required
color HtmlForgeX.TablerColor required
icon HtmlForgeX.TablerIconType required
AddEvent 3 overloads
public TablerDatedEventList AddEvent(String date, String title, String description, TablerColor color = Blue, TablerIconType icon = CalendarEvent, String dateDetail = null, String badge = null, Nullable<TablerBadgeColor> badgeColor = null) #
Returns: TablerDatedEventList

Adds one dated event row.

Parameters

date System.String requiredposition: 0
title System.String requiredposition: 1
description System.String requiredposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
icon HtmlForgeX.TablerIconType = CalendarEvent optionalposition: 4
dateDetail System.String = null optionalposition: 5
badge System.String = null optionalposition: 6
badgeColor System.Nullable{HtmlForgeX.TablerBadgeColor} = null optionalposition: 7
public TablerDatedEventList AddEvent(DateTimeOffset date, String title, String description, TablerColor color = Blue, TablerIconType icon = CalendarEvent, String badge = null, Nullable<TablerBadgeColor> badgeColor = null) #
Returns: TablerDatedEventList

Adds one dated event row from a DateTime.

Parameters

date System.DateTime requiredposition: 0
title System.String requiredposition: 1
description System.String requiredposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
icon HtmlForgeX.TablerIconType = CalendarEvent optionalposition: 4
badge System.String = null optionalposition: 5
badgeColor System.Nullable{HtmlForgeX.TablerBadgeColor} = null optionalposition: 6
AddEvent(System.DateTimeOffset date, System.String title, System.String description, HtmlForgeX.TablerColor color, HtmlForgeX.TablerIconType icon, System.String badge, System.Nullable{HtmlForgeX.TablerBadgeColor} badgeColor) #

Adds one dated event row from a DateTimeOffset.

Parameters

date System.DateTimeOffset required
title System.String required
description System.String required
color HtmlForgeX.TablerColor required
icon HtmlForgeX.TablerIconType required
badge System.String required
badgeColor System.Nullable{HtmlForgeX.TablerBadgeColor} required
RegisterLibraries() #
public TablerDatedEventList Settings(Action<TablerDatedEventListSettings> configure) #
Returns: TablerDatedEventList

Groups less-common display options under a smaller fluent surface.

Parameters

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

Sets supporting copy under the title.

Parameters

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

Sets the list title.

Parameters

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