-
The biggest point of note is model.delete() calling collection.delete()
-
From the doc:
```
The Picky collections override the method select on collections. At this point, I can't think of a better name for specifying a model has been selected. Once I find a better name, t…
-
@BrennieDev just brought this up on Slack and Erin McLean also noted she had gotten this feedback in focus groups:
When you visit a dataset landing page (ie `/view/:pid`), the document title doesn'…
-
``` javascript
self.hub.client.destroyed = function (data) {
if (!self.collections) return;
var modelData = JSON.parse(data);
_(self.collections).each(function (collection) {
collection.re…
-
Hi there! the currently used structure of grapesjs is based on leveraging _backbonejs model-view concept_ for implementing the **Virtual Dom** inside the ecosystem of grapesjs. Virtual Dom is a great …
-
If an input tag is missing the name attribute `` then it is completely ignored from the dirty forms tracking.
Lines 28-34 (jquery.areYouSure.js) clearly show this as the intention but it's not listed…
-
- A list of tweets with the #TDConf hashtag
- Twitter username
- Tweet
- "22 mins ago" datetime info
-
Is there an event tiggered on success? I have a nested view, and need to update something on an outer view when this view's model is successfully updated...
I thought blur would work, but it still …
-
Hi there,
we worked with Aura widgets since early days using them in a BackboneJS web application.
Last changes on Aura left us some doubt about what we should change on our approach since Aura was p…
-
后台开发使用的是 Node.js ,用Express 4 生成的一个项目, 页面的话是用默认的.ejs 而不是 .html
报错说 search_label is not defined , 请问有什么好的解决办法嘛?