How to use the ChildViewContainer function from backbone
Find comprehensive JavaScript backbone.ChildViewContainer code examples handpicked from public code repositorys.
GitHub: blitzagency/rich
38 39 40 41 42 43 44 45 46
// we need to own initialize, this includes marionette.View() // AND backbone.View() constructor: function(options){ options || (options = {}); this.children = new backbone.ChildViewContainer(); /* >>> BEGIN marionette.View() override */ _.bindAll(this, 'render', 'invalidateView');
6
35
14
backbone.View is the most popular function in backbone (151 examples)