thanks, I did something similiar to this. I used the wizard constructor with the false argument so that addDefaultCss wouldnt be called, then in each wizard step I did add(CSSPackageResource.getHeaderContribution(... to add the appropiate css for the wizard step, basicly I just took the original wizard.css and changed it a little for every step.
hope this helps someone in the future On Mon, Oct 26, 2009 at 12:16 PM, Pedro Santos <pedros...@gmail.com> wrote: > Hi, how are you using wizard? The addDefaultCssStyle method is to be > overridden to add your own css. On it you configure the width properties to > 100% > ex: > .wicketExtensionsWizardOuterTable{ > width: 100%; > } > .wicketExtensionsWizardInnerTable { > width: 100%; > } > > On Sun, Oct 25, 2009 at 8:53 AM, Sam Zilverberg <samzilverb...@gmail.com > >wrote: > > > Hello, > > > > I've recently created a wizard , but the wizard steps are too small for > the > > content I want to put in them. > > How can I change a wizardstep width? or the whole wizard width? > > > > I noticed I can override the addDefaultCssStyle method of Wizard, but am > > not > > sure how to use this method too > > make the width larger... > > > > Thanks, > > Sam > > > > > > -- > Pedro Henrique Oliveira dos Santos >