Page 1 of 1
Wizard Navigation Located at Top and/or Bottom?

Posted:
06 Nov 2017 17:24
by mrcarver
CG Gurus,
Is it possible to optionally locate the navigation buttons (i.e. previous, next, cancel, etc) on the top of a given step and/or at the bottom? When the step is large, it is bothersome to have to scroll down to click "next".
Thank you for your support,
Regards,
Monte Carver
Re: Wizard Navigation Located at Top and/or Bottom?

Posted:
06 Nov 2017 17:37
by Alexander Bulei
Hi mrcarver,
You can use the buttons, and available methods to Next/Prev step.
Best Regards.
Re: Wizard Navigation Located at Top and/or Bottom?

Posted:
07 Nov 2017 18:08
by mrcarver
Alexander,
I realize that adding my own buttons is an option, I am simply trying to avoid having to add 3 buttons to every step and corresponding template files, and creating all the corresponding navigation events.
But, if it is not an easy feature to add I will find an answer.
Thank you for the consideration,
Regards,
Monte Carver
Re: Wizard Navigation Located at Top and/or Bottom?

Posted:
09 Nov 2017 10:31
by Alexander Bulei
Hi mrcarver,
trying to avoid having to add 3 buttons to every step
But why you need have it on every step? Just put that 3 buttons outside of step/wizard.
Best Regards.
Re: Wizard Navigation Located at Top and/or Bottom?

Posted:
09 Nov 2017 16:23
by mrcarver
Alexander,
The only reason is for appearance. The buttons look better located within the wizard step, I was simply looking for an option similar to the top/bottom navigation option of the CG Grid.
But if it is too complicated to add this feature, I will find a work around.
Thank you for the consideration.
Regards,
Monte Carver
Re: Wizard Navigation Located at Top and/or Bottom?

Posted:
22 Feb 2018 22:29
by mrcarver
CG Gurus
Regarding this subject, I have located additional buttons on top of the wizard and used the "Previous", "Next" and "Finish". The problem with this approach is that the
OnBeforeStepChanging, and
OnStepChanging
Events do NOT fire. Only the OnStepChanged events fires.
Please advise how to cause the other events to fire. I still believe it would be a desirable feature to include the navigation on top. It would alleviate the subject challenge as well as enabling/disable the buttons as appropriate.
Thank you for you attention on this matter.
Regards,
Monte Carver
Re: Wizard Navigation Located at Top and/or Bottom?

Posted:
23 Feb 2018 15:36
by Alexander Bulei
Hi mrcarver,
I've added/changed the methods in next beta build:
- Code: Select all
IWCGJQWizard
- Changed: methods Next & Previous have parameter to trigger the events beforeStepChanging & stepChanging
Best Regards.