EXT JS 表单面板由多个部分组成
如何创建具有较小部件的表单面板。较小的部件应该可以在模板中重复使用。
How do I create a form panel with smaller parts. The smaller parts should be reusable in the form panel.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在为此使用助手。这是一个可以向您展示技巧的示例。
如果您想重用它,您可以使用配置数组或字段名称修改函数参数(名称必须更改,否则只会提交一个字段)。但我认为它应该向您展示其中的技巧。
当然,这必须加载到主窗体中!
I am using helper for this. Here is a example that should show you the trick.
If you want to reuse it you can modify the function params with config arrays or fieldnames (the names must changes otherwise just one field will get submitted). But I think it should show you the trick.
For sure this mus be loaded in the mainform!