根据用户输入动态添加表单的多个实例 - Flex
我正在尝试创建一个基于用户输入的表单,该表单将确定动态生成多少表单。
我有一个带有包含 1-4 的组合框的基本状态。根据用户的选择,我希望下一个状态生成表格的数量。因此,如果您用户选择 2 并单击下一步 - 将显示该表单的 2 个副本。
我只是想知道这是否可能,我将如何去做,或者是否有人知道任何例子?
I'm trying to create a form that based on the users input would determine how many forms to generate dynamically.
I have a base state with a combo box that contains 1-4. Bases on the users selection I would like to have the next state generate the number of forms. So if you user selects 2 and click next - 2 copies of the form would be display.
I'm just wondering if this is possible how i would go about doing this or if any one knows of any examples?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这当然是可能的。这是一个粗略的示例,可以为您提供一些关于您可以做什么的想法。 :)
This is certainly possible. Here's a rough example to give you some ideas on what you could do. :)