Hi all,
what is the best way to start a Wizard in a particular step?

I tried:
- to override onInit of WizardStep and setting this to activeStep, when 
the state is the right one, but init() of WizardModel always determines 
the next step after me (the current active), so this seems not to be a 
good way. I could set the prevoius, but this is quite faked.

- to implement a condition; state is determined correct, but than all 
buttons are deactive, hmm...

- manually setting setActiveStep() after init of WizardModel, but this 
needs to unpack model object to construction time to evaluate my state 
on my own (but it worked as expected).

Did I miss something? Or is the third implementation the best trade-off?

kind regards
Patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to