¡@

Home 

2014/10/16 ¤W¤È 12:07:45

jquery Programming Glossary: schedulerdetailcompositeview

How to handle nested CompositeView using Backbone.Marionette?

http://stackoverflow.com/questions/13575101/how-to-handle-nested-compositeview-using-backbone-marionette

return Backbone.Marionette.CompositeView.extend template Handlebars.compile schedulerCompositeViewTemplate itemView SchedulerDetailCompositeView appendHtml function collectionView itemView collectionView. #schedulerGroups .append itemView.el And finally SchedulerDetailCompositeView.. appendHtml function collectionView itemView collectionView. #schedulerGroups .append itemView.el And finally SchedulerDetailCompositeView return Backbone.Marionette.CompositeView.extend template Handlebars.compile schedulerDetailCompositeViewTemplate itemView.. appendHtml function collectionView itemView collectionView. #schedulerDetailStops .append itemView.el SchedulerDetailCompositeView never gets instantiated in fact its appendHtml method never seems to fire at all. Clearly there's some other information..