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

Creating A Layout That Accepts A Variable Number Of Views (and Hence Regions)

My goal I need to create a custom layout (a flow layout) that can receive a variable numbers of vie… Read more Creating A Layout That Accepts A Variable Number Of Views (and Hence Regions)

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

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

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

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

Rendering Layouts And Sub-views In Marionette / Backbone.js

I have a working solution in regard to rendering layouts with views in regions in a Marionette appl… Read more Rendering Layouts And Sub-views In Marionette / Backbone.js

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