HtmlForgeX

API Reference

Class

TablerCalendarWorkspaceCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Frosted workspace card that wraps a FullCalendar surface with a richer title and metric shell.

Inheritance

Constructors

public TablerCalendarWorkspaceCard() #

Initializes a new instance of the TablerCalendarWorkspaceCard class.

Methods

public TablerCalendarWorkspaceCard Accent(TablerColor color) #
Returns: TablerCalendarWorkspaceCard

Sets the ambient accent color used by the card.

Parameters

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

Adds a compact metric tile above the calendar stage.

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 TablerCalendarWorkspaceCard Calendar(Action<FullCalendar> configure) #
Returns: TablerCalendarWorkspaceCard

Configures the inner FullCalendar instance.

Parameters

configure System.Action{HtmlForgeX.FullCalendar} requiredposition: 0
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerCalendarWorkspaceCard Settings(Action<TablerCalendarWorkspaceCardSettings> configure) #
Returns: TablerCalendarWorkspaceCard

Groups advanced display and calendar options under a smaller fluent surface.

Parameters

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

Sets supporting text displayed below the title.

Parameters

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

Sets the card title.

Parameters

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