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

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

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

Can't Seem To Cleanup Detached Dom Elements

I'm using jquery-ui Tabs and I'm having a problem that occurs when a tab has been removed. … Read more Can't Seem To Cleanup Detached Dom Elements

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

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

Weird Behavior Of MarionetteJS CompositeView

I am working with MarionetteJS compositeView. For some reason i am getting a recursive template beh… Read more Weird Behavior Of MarionetteJS CompositeView