Skip to content Skip to sidebar Skip to footer
Showing posts with the label Marionette

Marionette.js Collectionview, Only Render Specific Models

I am refactoring my Backbone.js application to use Marionette.js, and I am trying to wrap my head a… Read more Marionette.js Collectionview, Only Render Specific Models

Backgrid Integration

How I would use backgrid within a backbone.marionette application? Solution 1: It's as simpl… Read more Backgrid Integration

Maintain A Stack Of Marionette Itemviews Within A Marionette Layout

I would like to know if it possible to extend in some way the mechanism Marionette Layouts are base… Read more Maintain A Stack Of Marionette Itemviews Within A Marionette Layout

Event Handling In Nested Compositeview

I am using the same structure as explained in the answers for this question -- > How to handle n… Read more Event Handling In Nested Compositeview