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