API Reference
Class
SmartWizardGlobalConfig
Global defaults for SmartWizard instances in a document.
Inheritance
- Object
- SmartWizardGlobalConfig
Constructors
public SmartWizardGlobalConfig() #Inherited Methods
Properties
public Boolean ReportModeByDefault { get; set; } #When true, HtmlForgeX applies "report-safe" defaults to SmartWizard instances that haven't explicitly configured these behaviors: Disables URL hash sync (enableUrlHash=false) to avoid hash churn and history updates Disables back-button support (backButtonSupport=false) to avoid global navigation side-effects Disables keyboard navigation (keyboard.keyNavigation=false) to reduce document-level handlers on pages with many wizards Disables vendor auto height (autoAdjustHeight=false) to avoid clipped/mis-sized step content with dynamic inner layouts This is recommended for large, generated reports that may contain many wizards inside tabs/accordions. Default: false (opt-in).