HtmlForgeX

API Reference

Class

TablerActionsAndNotesCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerActionsAndNotesCard.

Inheritance

  • Object
  • TablerActionsAndNotesCardSettings

Methods

public TablerActionsAndNotesCardSettings Accent(TablerColor color) #
Returns: TablerActionsAndNotesCardSettings

Sets the accent color used by the workspace card.

Parameters

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

Uses tighter spacing for denser workspace layouts.

Parameters

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

Returns control to the root workspace card.

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

Makes the workspace card stretch to the available height in grid layouts.

Parameters

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

Lowers or raises the minimum width required before the actions and notes sections sit side by side.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0