HtmlForgeX

API Reference

Class

TablerWorkflowSummaryCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerWorkflowSummaryCard.

Inheritance

  • Object
  • TablerWorkflowSummaryCardSettings

Methods

public TablerWorkflowSummaryCardSettings Accent(TablerColor color) #
Returns: TablerWorkflowSummaryCardSettings

Sets the accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerWorkflowSummaryCardSettings Compact(Boolean enable = true) #
Returns: TablerWorkflowSummaryCardSettings

Uses tighter spacing inside the card.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerWorkflowSummaryCard End() #
Returns: TablerWorkflowSummaryCard

Returns control to the root workflow summary card.

public TablerWorkflowSummaryCardSettings FillHeight(Boolean enable = true) #
Returns: TablerWorkflowSummaryCardSettings

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerWorkflowSummaryCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #
Returns: TablerWorkflowSummaryCardSettings

Lowers or raises the minimum width required before the timeline and checklist sit side by side.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0
public TablerWorkflowSummaryCardSettings TimelineMaxHeight(Int32 pixels) #
Returns: TablerWorkflowSummaryCardSettings

Sets the maximum visible timeline height before scrolling.

Parameters

pixels System.Int32 requiredposition: 0