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

Events Between Marionette.compositeview And Marionette.itemview

I have two modules itemView.js and ListView.js. Everything works when I fetch the data. The pro… Read more Events Between Marionette.compositeview And Marionette.itemview

Use Attributes With Weird Chars In Marionette / Underscore Template

I have a model with attributes names like @id, @type, etc. If I try to use in a Marionette.ItemVie… Read more Use Attributes With Weird Chars In Marionette / Underscore Template

Compositeview Slow To Render Items For Large Result Set Marionette

I'm currently working on a project that's using .NET MVC on the back end and Backbone (v1.1… Read more Compositeview Slow To Render Items For Large Result Set Marionette

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

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