Viraj Shinde
10/01/2019, 1:31 PMSohan Kumar Dash
10/01/2019, 2:52 PMViraj Shinde
10/01/2019, 3:12 PMTheAntman
10/01/2019, 3:37 PMSteve Goldberg
10/01/2019, 4:10 PM, beforeShowContent: function beforeShowContent ()
{
return this.model.fetch()
}
Steve Goldberg
10/01/2019, 4:11 PMSteve Goldberg
10/01/2019, 4:12 PMinitialize()
method and then trigger a re-render after successfully fetchingSteve Goldberg
10/01/2019, 4:29 PMbeforeShowContent
as an event is, generally speaking, one introduced through the extensibility API. Prior to that we did generic Backbone events that triggered at the same time as the event in question; for example this.model.on('change', this.render)
Viraj Shinde
10/01/2019, 4:50 PM