BIC-jQM: Forms Interaction Process
This is the Forms-specific process that the InteractionView performs during the navigation process.
the InteractionView creates a new FormView
the FormView creates a new FormActionView if the form is an add, edit, view or delete action
the FormActionView retrieves the desired form' definition using
BMP.Forms.getDefinition(name, action)
the FormActionView creates a new FormControlView
the FormControlView uses a Mustache template to create the save and submit buttons
the FormActionView uses the Forms library to initialise, render and populate (if necessary) the desired form