marionette Questions
1
Solved
I'm working my way through my first attempt at using Backbone.Marionette and wondered if there is any reason to use a Backbone.Marionette.ItemView when a simple Backbone.View will suffice?
Thanks!...
Wednesday asked 11/3, 2013 at 20:42
1
Solved
I've got a pretty big complicated HTML5 app I'm working on (backbone, marionette, jQuery, underscore, handlebars, bootstrap, etc) and deep within the app is a modal popup with a form in it.
When th...
Columbia asked 2/3, 2013 at 23:34
2
Solved
We are currently building a Marionette based application.
Basically, we have a Marionette Application that has multiple regions defined on it.
Each region will act as a container for different Modu...
Pentagram asked 20/2, 2013 at 16:33
2
Solved
Having trouble showing, hiding, and then re-showing Marionette Layouts. I believe this problem also applies to regular Backbone Views and Marionette ItemViews as well though.
In summary, I have a ...
Vickyvico asked 23/9, 2012 at 18:32
2
Solved
I am creating a streaming paginated list of views. We start the app with an empty collection and add items to the collection at regular intervals. When the size of the collection passes a page_size...
Renaterenato asked 12/2, 2013 at 19:40
1
Solved
In the following Layout, I am adding a CollectionView to display a SELECT list within onRender. Immediately after that, I am using the ui hash to enable or disable all controls within the view. Thi...
Missus asked 12/2, 2013 at 17:49
1
Solved
I am in the process of integrating Backbone and Backbone.Marionette into an existing web application project. We plan to leave all the existing functionality in project alone for now but any new fu...
Diep asked 8/2, 2013 at 17:2
3
Solved
I am trying out Backbone.Marionette and I am confused as to why my Layouts and ItemViews keep generating extra divs.
example is in Coffee btw.
AppLayout = Backbone.Marionette.Layout.extend
templ...
Ribeiro asked 25/6, 2012 at 3:23
4
Solved
I understand that using the same id multiple times in a page creates malformed html. When using a jquery selector only the first element with the id will be returned, but in my application I should...
Tuddor asked 21/1, 2013 at 19:42
2
Solved
I'm unable to access an element even in the onRender method of a Backbone.Marionette.ItemView.
For example, I have:
Template:
<input type="text" id="searchBox">`
ItemView:
View = Backbo...
Copyright asked 12/1, 2013 at 0:12
2
Solved
I have spent the last 2 weeks learning backbone and related tools as well as writing an application. I have hit a wall with a design issue and would like to know what kind of solutions are availabl...
Pollinosis asked 6/1, 2013 at 19:35
3
Solved
I am appending manually the view to a dom element in my template with the following code:
appendHtml: function(collectionView, itemView, index){
collectionView.$("ul#search_list_container").appen...
Subject asked 30/12, 2012 at 4:23
1
In managing entities in Parse there are a lot of objects that I need to tie to the current logged in user.
My concerns are:
There is no backend code ensuring that the User being passed in is th...
Rhettrhetta asked 7/11, 2012 at 20:0
2
Solved
I have a backbone.js single-page app that is all set up with the router (well, actually a Backbone.Marionette app with a Backbone.Marionette AppRouter, but nevertheless). However, the backend is ba...
Foresight asked 17/12, 2012 at 3:32
1
Solved
I have the following ItemView template which is filled with customer data (firstName, lastName) and I want to add a CollectionView into the div .addresses.
Template
<script type="text/html" id...
Montague asked 18/12, 2012 at 21:34
1
Solved
I came across this in the wiki:
It is recommended that you divide your controller objects into smaller pieces of related functionality and have multiple routers / controllers, instead of just on...
Phare asked 10/12, 2012 at 18:13
3
Solved
UPDATE (RELEVANT DETAIL): This composite view is within a collection of composite views.
How can I construct the following HTML using a Backbone.Marionette composite view?
<optgroup label="Gr...
Animalist asked 5/12, 2012 at 6:12
2
Solved
Is it conventional to use Marionette.ItemView for view classes that do not have a specific model property associated with them?
As Marionette.View is not meant to be used directly, it seems like ...
Calque asked 2/12, 2012 at 22:46
1
Solved
I'm getting into larger-scale data structures with Backbone, and coming across occasions where data would be well-represented via CompositeViews; that is, CollectionViews with the addition of "adde...
Panpsychist asked 26/11, 2012 at 23:42
3
Solved
I'm trying to capture the scroll event within a Backbone.Marionette.CompositeView, but without success.
As an exercise, I'm rewriting http://www.atinux.fr/backbone-books/ using Backbone.Marionette...
Florentinaflorentine asked 21/4, 2012 at 10:52
1
Solved
I'm using the marionette Layout .show to render a CollectionView and was wondering if there is a way of detecting when all the ItemView children have finished rendering?
A simplified version of my...
Trencherman asked 23/11, 2012 at 12:41
2
Solved
I am trying to figure how to effectivly move a collection of models to a grid pattern in the view.
This is a question about Row/Column principle of a simple collection.
Say I have the following C...
Swear asked 1/10, 2012 at 13:59
1
Solved
I'm trying to get my Marionette views working in combination with application regions and layouts, but I just can't seem to get the nested views in the layout to render.
Edit: I expected both the ...
Monochasium asked 30/9, 2012 at 16:4
1
Solved
I have a Marionette.CompositeView which needs to render a collection.
I would like to filter this collection on fetch and add action.
I tried with the following code (1) but I get the following err...
Corolla asked 27/9, 2012 at 9:18
1
Solved
I'm trying to set animations on rendering and closing an ItemView with Backbone.Marionette. For rendering a view, this is fairly simple:
MyItemView = Backbone.Marionette.View.extend({
...
onRend...
Interval asked 16/9, 2012 at 17:35
© 2022 - 2024 — McMap. All rights reserved.