jquery - KnockoutJS Wizard -


I am trying to create a reusable wizard control that will display the data entry form based on knockout. Basically the template will not really change at all, but it will be completely dynamic. I anticipate being able to do the following:
  • Define a simple model in which there is a list of steps, essentially a step id and perhaps some logic is what steps Can be returned upon completion. / Li>
  • Then there must be a collection of fields or input items to display each stage. It really breaks into an HTML label and input box.

    I have put together my initial thinking / logic and come together. I have a problem to display the fields, the step title renders all correctly, but my field collection is always empty What am I missing?

    Interesting reference I could not find it to work in Bela but was working locally . I have changed two things - you need to explicitly close the duration for the title, and you need to test the presence of the field against the object of each stage, because there are no fields in all the steps like:

      templateEngine.addTemplate ("Merlin_Wizard", "\ 


Comments