mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

wizard in layout UI #11

Closed djkuddel closed 11 years ago

djkuddel commented 12 years ago

Hello,

I put the wizard into a nested tab. Now I have following problem After finish the wizard i reload the wizard with the load event to init wizard again, but the display of the wizard do not work. :(

What make I wrong?

Many thanks DJ

mstratman commented 12 years ago

Is this the same issue as #10?

djkuddel commented 12 years ago

No. When I press finish I reload the div with the wizard new. (.load()) But the reload dislay the wizard not correct. Layout is broken.

mstratman commented 12 years ago

The plugin doesn't support refreshing itself. I think you would probably need to destroy it, create a new set of DOM elements, then call smartWizard() on them.

But I don't fully understand what you mean, so I could be mistaken. Please feel free to post a sample test scenario ( https://gist.github.com/ )

mstratman commented 12 years ago

Example from ( https://github.com/mstratman/jQuery-Smart-Wizard/issues/10#issuecomment-10015241 )

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Smart Wizard 3 - Basic Example - a javascript jQuery wizard control plugin ```

Example: Basic Wizard

Step 1 Content

step1

This is tab 1
This is tab 2

Step 2 Content

step 2

This is tab 1
This is tab 2
```
mstratman commented 12 years ago

I hope you don't mind, I deleted your comment from issue 10, since it applies to this one instead. Thanks for the example!

djkuddel commented 12 years ago

You are welcome. I hope you understand it now. If not maybe we can talk later under skype if you want.

djkuddel commented 12 years ago

By the way is this smart wizard the same like on this page http://techlaboratory.net/ ?

mstratman commented 12 years ago

This is a fork of that project, so it started out exactly like that one, then evolved further.

djkuddel commented 12 years ago

ok. If you need more information from me please tell me. I must solve this issue fast :(, because developing hang now :(

mstratman commented 12 years ago

Sorry, I'm afraid there's very little chance I'll fix this very soon. You may be best served by digging into this on your own.

djkuddel commented 12 years ago

Hi, how can i init the wizard with ajax without submit the form?

djkuddel commented 11 years ago

Hi,

I solved it with an workaround.

maxjust commented 9 years ago

Hi, actually for me to use a destroy method of smartWizard on dialog close. have you plan to implement this?