-
Notifications
You must be signed in to change notification settings - Fork 771
Closed
Labels
Description
I need nested wizards, is this possible?
And is it possible that the nested wizard is dynamic, i mean:
main wizard: step1 | step2 | step3
then, step 2 would have a nested wizard inside like subtab1 | subtab2 ...
This substeps would be created dinamically in step1 but instead of being added to the main wizard they would be added to nested wizard, like this:
I've readed the doc and i can add tabs dinamically, but i can't find anything about nested ones.