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