0

我找不到可以在 CompositeView 中收听的可用事件 colllectionEvents。

 collectionEvents: {
    "all": "myFunc",
    "add": "myFunc",
    }

对于每个要更新的模型,都会调用上述内容。

我在与视图关联的集合上调用 fetch,我想知道整个集合何时更新。

谢谢

——贾斯汀威利

4

1 回答 1

0

Use the "reset" event. The events used are the ones provided by Backbone, which you can find here: http://backbonejs.org/#Events-catalog

于 2013-07-03T14:12:16.960 回答