HtmlForgeX

API Reference

Class

SmartTabExtensions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Extension methods for SmartTab integration.

Inheritance

  • Object
  • SmartTabExtensions

Methods

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

Adds a SmartTab component to the element.

Parameters

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

Returns

The SmartTab instance for further configuration.

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

Adds a SmartTab component to the element container.

Parameters

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

Returns

The SmartTab instance for further configuration.

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

Adds a SmartTab component to a Tabler card.

Parameters

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

Returns

The SmartTab instance for further configuration.

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

Adds a SmartTab component to a Tabler card body.

Parameters

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

Returns

The SmartTab instance for further configuration.

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

Adds a SmartTab component to a Tabler column.

Parameters

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

Returns

The SmartTab instance for further configuration.

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

Adds a SmartTab component to a SmartTab panel (nested tabs).

Parameters

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

Returns

The SmartTab instance for further configuration.

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

Adds a SmartTab component to a SmartWizard step (tabs in wizard steps).

Parameters

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

Returns

The SmartTab instance for further configuration.