jquery Programming Glossary: collectionview
How to handle nested CompositeView using Backbone.Marionette? http://stackoverflow.com/questions/13575101/how-to-handle-nested-compositeview-using-backbone-marionette template Handlebars.compile schedulerCompositeViewTemplate itemView SchedulerDetailCompositeView appendHtml function collectionView itemView collectionView. #schedulerGroups .append itemView.el And finally SchedulerDetailCompositeView return Backbone.Marionette.CompositeView.extend.. schedulerCompositeViewTemplate itemView SchedulerDetailCompositeView appendHtml function collectionView itemView collectionView. #schedulerGroups .append itemView.el And finally SchedulerDetailCompositeView return Backbone.Marionette.CompositeView.extend.. template Handlebars.compile schedulerDetailCompositeViewTemplate itemView SchedulerDetailItemView appendHtml function collectionView itemView collectionView. #schedulerDetailStops .append itemView.el SchedulerDetailCompositeView never gets instantiated..
|