Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Working on a B-tree form. Reply To: Working on a B-tree form.

#183567
__
Participant

Ideas:

  • make each of the “branches” just a map of attributes: whether it shows the next/prev/submit buttons, and a reference to the DOM Element (the fieldset) itself. (later, we will also add a .validation method.)
  • abstract the process of switching between states so we can use a single event listener for all switches. This requires an event handler (stateHandler), currentState and history vars, and a function to actually handle classes, etc. (switchTo).

pen

(BTW translate needs to be prefixed outside of FireFox)