Top "Marionette" questions

Backbone.

Expected a spy, but got Function

I am trying to implement a test (1) for this module (2). My purpose is to check if the collection is fetched …

javascript backbone.js jasmine marionette
Marionette ItemView how to re-render model on change

I'm using Handlebars template engine. so, I have Model: Backbone.Model.extend({ urlRoot: Config.urls.getClient, defaults: { contract:"", contractDate:"", companyTitle:"", …

backbone.js marionette
keyPress event not firing in Android mobile

I am using backbone,marionette for my Application.I used same code for both desktop and mobile but keypress not …

javascript android backbone.js marionette
What's the difference between a Marionette Layout and a Region?

Marionette provides two components named Regions and Layouts. At first glance, they seem to provide similar functionality: A location on …

backbone.js marionette
Binding a Backbone Model to a Marionette ItemView - blocking .fetch()?

This is a 2 part question. 1) Is there a better way to render a model to a view asynchronously? I'm currently …

javascript backbone.js marionette
marionette.js view difference between onShow vs onRender?

I am new to Marionette.js and while I am refactoring my existing Backbone.js code, I noticed there are …

backbone.js view marionette
Marionette bubble event from itemview to parent layoutview?

I have a layout view with a region, in that region I have a item view that triggers an event …

backbone.js marionette backbone-views
How to access a composite view from an item view instance in Backbone Marionette

The basic situation is this: I have a Composite View and an Item View. I construct the Composite view passing …

backbone.js marionette
Turning off div wrap for Backbone.Marionette.ItemView

I'm looking at the Angry Cats Backbone/Marionette tutorial posts here http://davidsulc.com/blog/2012/04/15/a-simple-backbone-marionette-tutorial/ http://davidsulc.com/blog/2012/04/22/…

javascript backbone.js marionette
Availability of UI elements in Marionette.View

I'd just like to understand the decisions behind Backbone.Marionette's view regarding UI elements. When instantiating a Marionette.View on …

backbone.js user-interface binding view marionette