Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从基于文本字段的表单将数据添加到数据存储中?
例如:
Name:______ Team:______ Number:_____ Age:_______
何时提交注入数据存储?
您可以使用 form.updateRecord(),然后使用 store.add(record)。
但是您真正应该做的是查看 ExtJS 附带的示例。关于如何做你需要做的大部分事情,有很多很棒的想法。