API Reference
SmartTabExtensions
Extension methods for SmartTab integration.
Inheritance
- Object
- SmartTabExtensions
Methods
public static SmartTab SmartTab(SmartWizardStep step, Action<SmartTab> configure = null) #SmartTabAdds a SmartTab component to the element.
Parameters
- element HtmlForgeX.Element
- The element to add the SmartTab to.
- configure System.Action{HtmlForgeX.SmartTab} = null
- 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
- The container to add the SmartTab to.
- configure System.Action{HtmlForgeX.SmartTab}
- 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
- The card to add the SmartTab to.
- configure System.Action{HtmlForgeX.SmartTab}
- 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
- The card body to add the SmartTab to.
- configure System.Action{HtmlForgeX.SmartTab}
- 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
- The column to add the SmartTab to.
- configure System.Action{HtmlForgeX.SmartTab}
- 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
- The panel to add the SmartTab to.
- configure System.Action{HtmlForgeX.SmartTab}
- 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
- The step to add the SmartTab to.
- configure System.Action{HtmlForgeX.SmartTab}
- Configuration action for the SmartTab.
Returns
The SmartTab instance for further configuration.