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

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

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

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)

Marionette Js Access To App From Controller With Requirejs

I want to get access to my main app instance from main controller to render new View. What i want t… Read more Marionette Js Access To App From Controller With Requirejs

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