Hi,
We're building an Ionic app and are integrating surveyJS in it. It would be awesome if we could render surveyJS components separately. For instance render page numbers and progess bar in the header, render the questions in the body and render the buttons in the footer. Is there a way to accomplish that?
Example pseudo code:
CodeSurvey.SurveyNG.renderProgressBar(elementX, {model: this.survey});
Survey.SurveyNG.renderQuestion(elementY, {model: this.survey});
Survey.SurveyNG.renderButtons(elementZ, {model: this.survey});
This would be really help us a lot!