How do I use Binding path/context to build (multi-page app) using a single view / controller?

混江龙づ霸主 提交于 2019-12-25 11:54:23

问题


I'm building a create survey / questionnaire app, where each question has the exact same format bound to a model.

Is it possible to do this with one controller + view and simply manipulate the binding context/path?

I've created a single view for this in SAP WEB IDE. When I go click on the "Add New question" button, (to display the input for Question 2) how exactly do I setup the new binding path/context to accept data for it?

来源:https://stackoverflow.com/questions/46115723/how-do-i-use-binding-path-context-to-build-multi-page-app-using-a-single-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!