HtmlForgeX

API Reference

Class

TablerServiceConfigChecklist

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable checklist for validation, safety, preflight, and apply requirements.

Inheritance

  • Element
  • TablerServiceConfigChecklist

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

public TablerServiceConfigChecklist() #

Methods

public TablerServiceConfigChecklist AddCheck(String key, String text, TablerServiceConfigCheckState state = Success, Nullable<TablerIconType> icon = null) #
Returns: TablerServiceConfigChecklist

Adds a keyed checklist item with explicit validation state.

Parameters

key System.String requiredposition: 0
text System.String requiredposition: 1
state HtmlForgeX.TablerServiceConfigCheckState = Success optionalposition: 2
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 3
public TablerServiceConfigChecklist AddError(String text) #
Returns: TablerServiceConfigChecklist

Adds an error checklist item.

Parameters

text System.String requiredposition: 0
public TablerServiceConfigChecklist AddInfo(String text) #
Returns: TablerServiceConfigChecklist

Adds an informational checklist item.

Parameters

text System.String requiredposition: 0
public TablerServiceConfigChecklist AddItem(String text, TablerColor color = Green, Nullable<TablerIconType> icon = null) #
Returns: TablerServiceConfigChecklist

Adds a checklist item.

Parameters

text System.String requiredposition: 0
color HtmlForgeX.TablerColor = Green optionalposition: 1
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 2
public TablerServiceConfigChecklist AddSuccess(String text) #
Returns: TablerServiceConfigChecklist

Adds a success checklist item.

Parameters

text System.String requiredposition: 0
public TablerServiceConfigChecklist AddWarning(String text) #
Returns: TablerServiceConfigChecklist

Adds a warning checklist item.

Parameters

text System.String requiredposition: 0
RegisterLibraries() #
public TablerServiceConfigChecklist Settings(Action<TablerServiceConfigChecklistSettings> configure) #
Returns: TablerServiceConfigChecklist

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigChecklistSettings} requiredposition: 0
public TablerServiceConfigChecklist Title(String title) #
Returns: TablerServiceConfigChecklist

Sets an optional checklist heading.

Parameters

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