Page 1 of 1

Wizzard in Wizzard

PostPosted: 21 Aug 2018 00:20
by cyracks
Hello,

I created setup where one wizzard is placed inside another. Orientation of both is "jqwsoVertical" (JQWizardOptions.StepsOrientation), but as shown on the picture result is unexpected.
WinW.png


At design time it is ok, but in run time panel of nested wizard is placed on the bottom. Is there any way to fix that (some css ticks) ?

I am attaching sample project.

Regards, Tomaž

Re: Wizzard in Wizzard

PostPosted: 24 Aug 2018 18:32
by Alexander Bulei
Hi,

I didn't catch the problem, yet. But for temp workarround, you can apply this css fix:

css code
.wizard.vertical>.content {
width: auto !important;
}


I'll let you know when fix that.
Thanks.

Best Regards.

Re: Wizzard in Wizzard

PostPosted: 24 Aug 2018 20:14
by cyracks
Great, thank you for your help.