我找不到可以在 CompositeView 中收听的可用事件 colllectionEvents。
collectionEvents: {
"all": "myFunc",
"add": "myFunc",
}
对于每个要更新的模型,都会调用上述内容。
我在与视图关联的集合上调用 fetch,我想知道整个集合何时更新。
谢谢
——贾斯汀威利
我找不到可以在 CompositeView 中收听的可用事件 colllectionEvents。
collectionEvents: {
"all": "myFunc",
"add": "myFunc",
}
对于每个要更新的模型,都会调用上述内容。
我在与视图关联的集合上调用 fetch,我想知道整个集合何时更新。
谢谢
——贾斯汀威利
Use the "reset" event. The events used are the ones provided by Backbone, which you can find here: http://backbonejs.org/#Events-catalog