HtmlForgeX

API Reference

Class

TablerSteps

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Step indicator component for progressive workflows.

Inheritance

Constructors

Methods

AddClickableStep 2 overloads
public TablerSteps AddClickableStep(String text, String url, TablerStepState state = Pending) #
Returns: TablerSteps

Adds a clickable step with URL

Parameters

text System.String requiredposition: 0
url System.String requiredposition: 1
state HtmlForgeX.TablerStepState = Pending optionalposition: 2
public TablerSteps AddClickableStep(String name, String text, String url, TablerStepState state = Pending) #
Returns: TablerSteps

Adds a clickable step with name, text, and URL

Parameters

name System.String requiredposition: 0
text System.String requiredposition: 1
url System.String requiredposition: 2
state HtmlForgeX.TablerStepState = Pending optionalposition: 3
AddStep 4 overloads
public TablerSteps AddStep(String text, TablerStepState state) #
Returns: TablerSteps

Initializes or configures AddStep.

Parameters

text System.String requiredposition: 0
isActive System.Boolean = false requiredposition: 1
public TablerSteps AddStep(String name, String text, TablerStepState state) #
Returns: TablerSteps

Initializes or configures AddStep.

Parameters

name System.String requiredposition: 0
text System.String requiredposition: 1
isActive System.Boolean = false requiredposition: 2
AddStep(System.String text, HtmlForgeX.TablerStepState state) #

Adds a step with a specific state (Pending, Active, Completed)

Parameters

text System.String required
state HtmlForgeX.TablerStepState required
AddStep(System.String name, System.String text, HtmlForgeX.TablerStepState state) #

Adds a step with name, text and state

Parameters

name System.String required
text System.String required
state HtmlForgeX.TablerStepState required
public TablerSteps Color(TablerColor color) #
Returns: TablerSteps

Initializes or configures Color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerSteps Margin(TablerMarginStyle margin) #
Returns: TablerSteps

Initializes or configures Margin.

Parameters

margin HtmlForgeX.TablerMarginStyle requiredposition: 0
public TablerSteps Orientation(StepsOrientation orientation) #
Returns: TablerSteps

Initializes or configures Orientation.

Parameters

orientation HtmlForgeX.StepsOrientation requiredposition: 0
RegisterLibraries() #
public TablerSteps Settings(Action<StepsSettings> configure) #
Returns: TablerSteps

Groups less-common options under a single fluent entry point to keep IntelliSense lean.

Parameters

configure System.Action{HtmlForgeX.StepsSettings} requiredposition: 0
public TablerSteps StepCounting() #
Returns: TablerSteps

Initializes or configures StepCounting.

public override String ToString() #
Returns: String

Initializes or configures ToString.