HtmlForgeX

API Reference

Class

TablerActionsAndNotesCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Workspace-oriented card for combining primary actions with operator notes.

Inheritance

Constructors

Methods

public TablerActionsAndNotesCard Accent(TablerColor color) #
Returns: TablerActionsAndNotesCard

Sets the ambient accent color used by the workspace card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerActionsAndNotesCard ActionsSubtitle(String subtitle) #
Returns: TablerActionsAndNotesCard

Sets supporting text displayed below the actions section title.

Parameters

subtitle System.String requiredposition: 0
public TablerActionsAndNotesCard ActionsTitle(String title) #
Returns: TablerActionsAndNotesCard

Sets the heading used for the actions section.

Parameters

title System.String requiredposition: 0
public TablerActionsAndNotesCard AddAction(String text, TablerButtonVariant variant = Primary, Nullable<TablerIconType> icon = null, Action<TablerButton> configure = null) #
Returns: TablerActionsAndNotesCard

Adds a primary action button to the workspace.

Parameters

text System.String requiredposition: 0
variant HtmlForgeX.TablerButtonVariant = Primary optionalposition: 1
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 2
configure System.Action{HtmlForgeX.TablerButton} = null optionalposition: 3
public TablerActionsAndNotesCard AddNote(String text, Nullable<TablerIconType> icon = null) #
Returns: TablerActionsAndNotesCard

Adds an operator note to the workspace.

Parameters

text System.String requiredposition: 0
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 1
GetAuxiliaryChildren() #
public TablerActionsAndNotesCard NotesSubtitle(String subtitle) #
Returns: TablerActionsAndNotesCard

Sets supporting text displayed below the notes section title.

Parameters

subtitle System.String requiredposition: 0
public TablerActionsAndNotesCard NotesTitle(String title) #
Returns: TablerActionsAndNotesCard

Sets the heading used for the notes section.

Parameters

title System.String requiredposition: 0
OnAddedToDocument() #
RegisterLibraries() #
public TablerActionsAndNotesCard Settings(Action<TablerActionsAndNotesCardSettings> configure) #
Returns: TablerActionsAndNotesCard

Groups advanced display options under a smaller surface.

Parameters

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

Sets supporting text displayed below the card title.

Parameters

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

Sets the card title.

Parameters

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