-
Notifications
You must be signed in to change notification settings - Fork 675
Dynamic Steps #35
Comments
Adding steps is adding new tabs, since tabs are part of the html structure i am not sure how and if this should be part of the bootstrap wizard. |
@AbuAlKarmi Please reply so we can either discuss or close this. |
Sorry for late. Regards, |
@AbuAlKarmi Hm i see what you mean. i'll have to test this myself and see how it works right now and what are the options to reinitialize the wizard when adding/removing tabs. |
@AbuAlKarmi Do you have code or something you code put on plunker or jsfiddle? |
It is confirmed. For some reason it won't move past the last step when more than one is added. See: |
@anorborg It's all the way at the bottom. |
created a pull request #50 to hopefully take care of this. |
Added. |
can anybody tell me how to apply dynamic steps? |
@a3aakash I haven't used this in a while, but here is a comment I posted about using dynamic steps with angular a while ago (http://disq.us/p/jcr6jj). The reset I refer too is now in the code and should be doable. I don't have time to put together an example, but basically add the steps to the DOM in javascript and call the resetWizard method. Hope this helps. |
@anorborg I have use the same steps you have mentioned but using resetWizard function it all away clears up the form inside the tab content. So I am pretty much confused that is dynamic steps are possible in middle or not. I have also created an issue regarding this #203 . Please @VinceG look into this matter as it is very urgent. Thank you. |
@anorborg i found the solution of getting dynamic steps in middle as in reset wizard you are calling fixNavigationButtons which is only used when you want to empty the fields of whole form. If you are adding steps within the form wizard the you dont want that function to be called. Thank you. have a nice day.. :) |
Could you please add a functionality to add new Dynamic Steps ( tab and content ).
The text was updated successfully, but these errors were encountered: