Skip to content

Kitto.Html.Wizard

KittoX Wizard controller — renders a multi-step wizard for data entry. Each step defines fields from the Model (or custom HTML content). Back/Next navigation with per-step validation, Finish saves to DB.

TKXWizardStepConfig class

pascal
property Fields: string read GetFields;

RTTI carrier for the Fields node: a dynamic list of model field names shown on this wizard step (each child is a field name). The getter is unused; the list is read node by node at render time.

TKXWizardController class

pascal
destructor Destroy;

Frees the internal store created for the new wizard record.

Released under Apache License, Version 2.0.