backbone.js
Reverse a route in Backbone js
Similar to Django\'s {{ url }}, is there a method or way to reverse a particular route by passing it a name and variables.[详细]
2023-04-11 07:03 分类:问答Backbone.js Inherit Views
I have a FormView which handles such events as save and cancel.I also have an AjaxFormView that handles save, cancel and get form by ajax.I have an AssetFormView that handles save, cancel, get by ajax[详细]
2023-04-11 06:46 分类:问答Invalid web service call, missing value for parameter with Backbone and Webservice webmethods
Is it possible for backbone to interface with asp.net soap webservice methods for saving and retrieving the data? because i got this error from the webmethod but actually the POST contains the paramet[详细]
2023-04-11 06:33 分类:问答Backbone.js Link Model and VIew
I have a table like this <table> <tr id=\"row-one\" class=\"item-row\"> <td class=\"price\"></td>[详细]
2023-04-11 06:13 分类:问答Compare the differences between two backbone models?
I have an app that updates backbone models between two clients over websockets. I\'d like to keep the sync procedure very generalized so I\'m aiming to be able to deflate the model send JSON over th[详细]
2023-04-11 04:23 分类:问答Transporting backbone.js models?
If I JSON.stringify a backbone model with nested collecti开发者_开发知识库ons/models, send it via websockets to another backbone client and JSON.parse the mode model = JSON.parse(model) will the varia[详细]
2023-04-11 01:21 分类:问答defining relationships in Backbone-Relational -- not sure which direction the options are pointing?
I\'m having a heckuva time understanding the documentation for Backbone-Relational; it\'s not 100% clear on which relation to add things like includeInJSON. Probably best to describe my confusion by i[详细]
2023-04-10 23:30 分类:问答Backbone js: How to get control in row item?
var test1 = new Test({ Name: \"Test 1\", id: 1 }); var test2 = new Test({ Name: \"开发者_C百科Test 2\", id: 2 });[详细]
2023-04-10 20:40 分类:问答Why is my Backbone.js error callback being called even though Rails is supposedly returning a success response?
I am using Backbone.js (version 0.5.3) and am having some trouble with a success callback when saving a model. It isn\'t being run, even though the model is successfully saved on the server.[详细]
2023-04-10 19:59 分类:问答Backbone.js: Template variable in element attribute doesn't work
I have the following template: <a href=\"{{test_url}}>Test</a> But it doesn\'t work, instead the {{}} becomes html enco开发者_运维知识库ded in the output.[详细]
2023-04-10 17:51 分类:问答