HtmlForgeX

API Reference

Class

SmartWizardOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Configuration options for SmartWizard component.

Inheritance

  • Object
  • SmartWizardOptions

Constructors

public SmartWizardOptions() #

Properties

public Nullable<Int32> InitialStep { get; set; } #
JsonPropertyName("initialStep")

Gets or sets the initial selected step index.

public String Theme { get; set; } #
JsonPropertyName("theme")

Gets or sets the theme.

public String DisplayMode { get; set; } #
JsonPropertyName("displayMode")

Gets or sets the vendor display mode.

public SmartWizardBehavior Behavior { get; set; } #
JsonPropertyName("behavior")

Gets or sets grouped behavior options.

public SmartWizardTransition Transition { get; set; } #
JsonPropertyName("transition")

Gets or sets the transition configuration.

public SmartWizardToolbar Toolbar { get; set; } #
JsonPropertyName("toolbar")

Gets or sets the toolbar configuration.

public SmartWizardAnchor Anchor { get; set; } #
JsonPropertyName("navigation")

Gets or sets the anchor configuration.

public SmartWizardKeyboard Keyboard { get; set; } #
JsonPropertyName("keyboardNavigation")

Gets or sets the keyboard navigation configuration.

public SmartWizardLanguage Language { get; set; } #
JsonPropertyName("localization")

Gets or sets the language configuration.

public SmartWizardStepStates StepStates { get; set; } #
JsonPropertyName("stepStates")

Gets or sets grouped step state arrays.

public SmartWizardSwipeNavigation SwipeNavigation { get; set; } #
JsonPropertyName("swipeNavigation")

Gets or sets swipe navigation options.

public Nullable<Boolean> ScrollToView { get; set; } #
JsonPropertyName("scrollToView")

Gets or sets whether the active step should be scrolled into view.

public Nullable<Int32> Selected { get; set; } #
JsonIgnore

Gets or sets the legacy selected step alias.

public Nullable<Boolean> Justified { get; set; } #
JsonIgnore

Gets or sets whether navigation should be justified via CSS.

public Nullable<Boolean> AutoAdjustHeight { get; set; } #
JsonIgnore

Gets or sets whether the vendor plugin should automatically set a fixed height for the step content area.

public Nullable<Boolean> BackButtonSupport { get; set; } #
JsonIgnore

Gets or sets whether to enable browser back button support.

public Nullable<Boolean> EnableUrlHash { get; set; } #
JsonIgnore

Gets or sets whether to enable step selection via URL hash.

public Int32[] DisabledSteps { get; set; } #
JsonIgnore

Gets or sets the disabled steps array.

public Int32[] ErrorSteps { get; set; } #
JsonIgnore

Gets or sets the error steps array.

public Int32[] WarningSteps { get; set; } #
JsonIgnore

Gets or sets the warning steps array.

public Int32[] HiddenSteps { get; set; } #
JsonIgnore

Gets or sets the hidden steps array.