HtmlForgeX

API Reference

Class

TablerTimelinePlannerCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Visual schedule card for timeline lanes, project blocks, meeting plans, and operational windows.

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 TablerTimelinePlannerCard Accent(TablerColor color) #
Returns: TablerTimelinePlannerCard

Sets the accent color used by the header icon.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerTimelinePlannerCard AddTask(String label, Int32 startSlot, Int32 span, TablerColor color, Nullable<TablerIconType> icon = null, String note = null, params String[] people) #
Returns: TablerTimelinePlannerCard

Adds a scheduled lane item. Slot indexes are zero based.

Parameters

label System.String requiredposition: 0
startSlot System.Int32 requiredposition: 1
span System.Int32 requiredposition: 2
color HtmlForgeX.TablerColor requiredposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
note System.String = null optionalposition: 5
people System.String[] requiredposition: 6
RegisterLibraries() #
public TablerTimelinePlannerCard Settings(Action<TablerTimelinePlannerCardSettings> configure) #
Returns: TablerTimelinePlannerCard

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

Parameters

configure System.Action{HtmlForgeX.TablerTimelinePlannerCardSettings} requiredposition: 0
public TablerTimelinePlannerCard Slots(params String[] labels) #
Returns: TablerTimelinePlannerCard

Replaces the timeline axis labels.

Parameters

labels System.String[] requiredposition: 0
public TablerTimelinePlannerCard Subtitle(String subtitle) #
Returns: TablerTimelinePlannerCard

Sets the supporting text shown under the title.

Parameters

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

Sets the card title.

Parameters

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