HtmlForgeX

API Reference

Class

SmartWizardExtensions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Extension methods for SmartWizard integration.

Inheritance

  • Object
  • SmartWizardExtensions

Methods

SmartWizard 7 overloads
public static SmartWizard SmartWizard(SmartWizardStep step, Action<SmartWizard> configure = null) #
Returns: SmartWizard

Adds a SmartWizard component to the element.

Parameters

element HtmlForgeX.Element requiredposition: 0
The element to add the SmartWizard to.
configure System.Action{HtmlForgeX.SmartWizard} = null optionalposition: 1
Configuration action for the SmartWizard.

Returns

The SmartWizard instance for further configuration.

SmartWizard(HtmlForgeX.ElementContainer container, System.Action{HtmlForgeX.SmartWizard} configure) #

Adds a SmartWizard component to the element container.

Parameters

container HtmlForgeX.ElementContainer required
The container to add the SmartWizard to.
configure System.Action{HtmlForgeX.SmartWizard} required
Configuration action for the SmartWizard.

Returns

The SmartWizard instance for further configuration.

SmartWizard(HtmlForgeX.TablerCard card, System.Action{HtmlForgeX.SmartWizard} configure) #

Adds a SmartWizard component to a Tabler card.

Parameters

card HtmlForgeX.TablerCard required
The card to add the SmartWizard to.
configure System.Action{HtmlForgeX.SmartWizard} required
Configuration action for the SmartWizard.

Returns

The SmartWizard instance for further configuration.

SmartWizard(HtmlForgeX.TablerCardBody cardBody, System.Action{HtmlForgeX.SmartWizard} configure) #

Adds a SmartWizard component to a Tabler card body.

Parameters

cardBody HtmlForgeX.TablerCardBody required
The card body to add the SmartWizard to.
configure System.Action{HtmlForgeX.SmartWizard} required
Configuration action for the SmartWizard.

Returns

The SmartWizard instance for further configuration.

SmartWizard(HtmlForgeX.TablerColumn column, System.Action{HtmlForgeX.SmartWizard} configure) #

Adds a SmartWizard component to a Tabler column.

Parameters

column HtmlForgeX.TablerColumn required
The column to add the SmartWizard to.
configure System.Action{HtmlForgeX.SmartWizard} required
Configuration action for the SmartWizard.

Returns

The SmartWizard instance for further configuration.

SmartWizard(HtmlForgeX.SmartTabPanel panel, System.Action{HtmlForgeX.SmartWizard} configure) #

Adds a SmartWizard component to a SmartTab panel (wizard in tab).

Parameters

panel HtmlForgeX.SmartTabPanel required
The panel to add the SmartWizard to.
configure System.Action{HtmlForgeX.SmartWizard} required
Configuration action for the SmartWizard.

Returns

The SmartWizard instance for further configuration.

SmartWizard(HtmlForgeX.SmartWizardStep step, System.Action{HtmlForgeX.SmartWizard} configure) #

Adds a SmartWizard component to a SmartWizard step (nested wizards).

Parameters

step HtmlForgeX.SmartWizardStep required
The step to add the SmartWizard to.
configure System.Action{HtmlForgeX.SmartWizard} required
Configuration action for the SmartWizard.

Returns

The SmartWizard instance for further configuration.