Slide 10
Slide 10 text
7JFX.BOBHFNFOU
var TopView = Backbone.Marionette.LayoutView.extend({!
template: template,!
regions: {!
artistSearch: “.js-artist-search",!
topTracks: “.js-top-tracks"!
},!
onRender: function() {!
this.artistSearch.show(!
! ! new ArtistSearchView(model: new Artist())!
);!
!
this.listenTo(tracks, 'reset', this.showTracks);!
},!
showTracks: function() {!
this.topTracks.show(!
new TracksView(collection: tracks)!
);!
}!
});!
!
ɿ!
ɿ!
App.content.show(new TopView());!
RegionΛఆٛ
ೖྗΤϦΞΛදࣔ
collection͕reset͞ΕͨΒ
ۂҰཡͷCollectionViewΛ
දࣔ
ApplicationͷRegionʹදࣔ