asynchronous - dojox.widget.Wizard not rendering buttons -
i have wizard widget i'm loading via async contentpane. first wizardpane shows once it's loaded, buttons along bottom not.
oddly, when inspect dom page, entries button regions there. highlight corresponding areas buttons when hover on them. there's nothing there!
this happening on both chrome , firefox.
any ideas might going on here? there trick loading dojo widgets async might missing?
you're missing wizard css. add following css
http://ajax.googleapis.com/ajax/libs/dojo/1.5/dojox/widget/wizard/wizard.css (or locally if you're loading dojo locally).
http://jsfiddle.net/kfranqueiro/glxhr/ updated , works
Comments
Post a Comment