chain
parsemodel.parse(response, options) parse is called whenever a model's data is returned by the server, in
filter (select)
"remove" (model, collection, options) â when a model is removed from a collection.
values
"route" (route, params) â Fired by the router when any route has been matched.
renderview.render() The default implementation of render is a no-op. Override this function with your code that renders the
constructor / initializenew View([options]) There are several special options that, if passed, will be attached directly to the view:
"change" (model, options) â when a model's attributes have changed.
Page 9 of 16