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

Debugging Javascript (backbone And Marionette)

Right now, while I am debugging backbone or marionette using the chrome dev tools, I end up setting… Read more Debugging Javascript (backbone And Marionette)

Rendering An Array As A List Within A Backbone Model

This is an extension to another post I found: Backbone: A list of views inside a view I had trouble… Read more Rendering An Array As A List Within A Backbone Model

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

Routes And Controllers In Marionette.js

Im new the Marionette.js. Im currently implementing routes and controllers. In my App.js, I have: … Read more Routes And Controllers In Marionette.js

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

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