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

Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

I am in the following situation. I am using requireJs to loads module and I don't want to use g… Read more Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

Backgrid Integration

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

Backbone.marionette Nested Itemview Either Not Rendering Or Rendering "blank" View/template

On navigating to a specific URL, a controller method is fired, which loads an ItemView into one of … Read more Backbone.marionette Nested Itemview Either Not Rendering Or Rendering "blank" View/template

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

Using Customized Layouts And Variable No Of Fields With Backbone Forms

I am working on an application in which I am using backbone-forms.js for generating dynamic forms. … Read more Using Customized Layouts And Variable No Of Fields With Backbone Forms

Bubbling Events In Nested Backbone (marionette) Models / Collections

We have a large Marionette App, that uses Backbone.trackit to monitor unsaved changes in our Models… Read more Bubbling Events In Nested Backbone (marionette) Models / Collections

Creating A Layout That Accepts A Variable Number Of Views (and Hence Regions)

My goal I need to create a custom layout (a flow layout) that can receive a variable numbers of vie… Read more Creating A Layout That Accepts A Variable Number Of Views (and Hence Regions)