100+ results for 'Backbone.Collection.extend'
Not the results you expected?
base.js (https://github.com/cbmi/cilantro.git) JavaScript · 250 lines
itemView.spec.js (https://bitbucket.org/stevepict/backbone.marionette.git) JavaScript · 357 lines
course-lesson.js (https://gitlab.com/gregtyka/lfmawordpress) JavaScript · 202 lines
Tunes.js (https://bitbucket.org/edwardstlouis/backbonepeep1.git) JavaScript · 347 lines
users.js (https://github.com/pandaproject/panda.git) JavaScript · 216 lines
VideoView.js (https://github.com/ViLPy/JSCORM.git) JavaScript · 169 lines
models.js (https://bitbucket.org/aktivecortex/aktivecortex.git) JavaScript · 196 lines
chiropractor-spec.js (https://github.com/pjmurray/chiropractor.git) JavaScript · 324 lines
sync.js (https://github.com/neekey/FreeNote.git) JavaScript · 323 lines
edit.js (https://github.com/tmacdonald/menutron-original.git) JavaScript · 343 lines
comment.js (https://github.com/hiphapis/tide_web.git) JavaScript · 231 lines
todos.js (https://github.com/baali/localtodos.git) JavaScript · 203 lines
configs.js (https://gitlab.com/dannywillems/laverna) JavaScript · 153 lines
test.js (https://github.com/andynelson/backbone-couchdb.git) JavaScript · 302 lines
120 __testing : function(){}
121 });
122 var CommentList = Backbone.Collection.extend({
123 db : {
124 changes : false
141 asyncTest("read collection with custom view" , function(){
142 var CommentList = Backbone.Collection.extend({
143 db : {
144 view : "testView",
162 asyncTest("read collection with custom view and custom keys" , function(){
163 var CommentList = Backbone.Collection.extend({
164 db : {
165 view : "testView",
models.js (https://github.com/praekelt/vumi-go.git) JavaScript · 186 lines
index.php (https://bitbucket.org/od3n/backbone-app-1.git) PHP · 243 lines
todos.js (https://github.com/dtuite/backbone-presentation-part-2.git) JavaScript · 154 lines
popup-photo.js (https://github.com/CoJMC/jaam.git) JavaScript · 174 lines
17 app.models.PhotoGallery = Backbone.Model.extend({});
19 app.collections.Projects = Backbone.Collection.extend({
20 model: app.models.Project,
21 url: '/api/v1/project',
25 });
27 app.collections.PhotoGallerys = Backbone.Collection.extend({
28 model: app.models.PhotoGallery,
29 url: '/api/v1/photogallery',
33 });
35 app.collections.ProjectList = Backbone.Collection.extend({ model: app.models.Project })
37 app.models.Photo = Backbone.Model.extend({
test.js (https://github.com/raybaxter/Backbone.localStorage.git) JavaScript · 183 lines
composer-models.js (https://gitlab.com/mattswann/launch-housing) JavaScript · 252 lines
datasets.js (https://github.com/pandaproject/panda.git) JavaScript · 547 lines
collections.js (https://github.com/fathead-1/MacGruber.git) JavaScript · 124 lines
1 App.Collection = {};
3 App.Collection.Listings = Backbone.Collection.extend({
4 model: App.Model.Listing,
5 url: function() {
33 });
35 App.Collection.UserSearches = Backbone.Collection.extend({
36 model: App.Model.Search
37 });
39 App.Collection.UserListingsViewed = Backbone.Collection.extend({
40 model: App.Model.ListingViewed
41 });
composite-view.spec.js (https://gitlab.com/CodeYellowBV/backbone.marionette) JavaScript · 839 lines
gallery.js (https://github.com/ganeshkumar/backbone-rails-gallery.git) JavaScript · 229 lines
test.html (https://github.com/podviaznikov/indexeddb-backbonejs-adapter.git) HTML · 658 lines
notes.js (https://gitlab.com/dannywillems/laverna) JavaScript · 143 lines
TweetEntry.js (https://github.com/sigmonky/LivingRoom.git) JavaScript · 122 lines
12 });
14 // TweetCollection = Backbone.Collection.extend({
15 // model: TweetEntry,
16 // value: null,
24 TweetCollection = Backbone.Collection.extend({
25 model: TweetEntry,
26 value: null,
99 /* */
101 // models.TweetCollection = Backbone.Collection.extend({
102 // model: models.TweetEntry
103 // });
entities.js (https://github.com/ViLPy/JSCORM.git) JavaScript · 488 lines
entities.js (https://github.com/ViLPy/JSCORM.git) JavaScript · 228 lines
contacts.js (https://github.com/samflores/MVC.js.git) JavaScript · 157 lines
palette.js (https://gitlab.com/webkod3r/tripolis) JavaScript · 116 lines
arangoQueries.js (https://github.com/triAGENS/ArangoDB.git) JavaScript · 204 lines
scripts.js (https://gitlab.com/adiclepcea/testbb) JavaScript · 154 lines
localStorage_spec.js (https://bitbucket.org/albertoprb/fleetster-challenge.git) JavaScript · 338 lines
15 });
17 var Collection = Backbone.Collection.extend({
18 model: Model,
19 localStorage: new Backbone.LocalStorage("collectionStore")
160 });
162 var Collection2 = Backbone.Collection.extend({
163 model: Model2,
164 localStorage: new Backbone.LocalStorage("collection2Store")
291 describe("on a Collection", function(){
292 var Collection = Backbone.Collection.extend()
293 , collection = new Collection();
code_buddy.js (https://github.com/houhoulis/code_buddy.git) JavaScript · 262 lines
app.js (https://github.com/carljmosca/backbone-couchdb.git) JavaScript · 164 lines
comment-widget-live.backbone.js (https://gitlab.com/rockschtar/ultra-recent-comments-and-posts) JavaScript · 169 lines
6 });
8 var CommentCollection = Backbone.Collection.extend({
9 model: CommentModel,
10 url: brc_comments_widgets.ajaxurl + "?action=brc_get_widget_comments&max_comment_id=0&instance_id=" + base.widget_id + "&nonce=" + brc_comments_widgets.ajaxnonce,
61 });
63 var CommentCollection = Backbone.Collection.extend({
64 model: CommentModel,
65 url: brc_comments_widgets.ajaxurl + "?action=brc_get_widget_comments&max_comment_id=0&instance_id=" + that.widget_id + "&nonce=" + brc_comments_widgets.ajaxnonce,
collectionView.spec.js (https://bitbucket.org/stevepict/backbone.marionette.git) JavaScript · 644 lines
TweetController.js (https://bitbucket.org/juanpicado/hacker-news-reader.git) JavaScript · 139 lines
nestedValidation.js (https://github.com/thedersen/backbone.validation.git) JavaScript · 479 lines
models.js (https://bitbucket.org/alistril/kamcatka.git) JavaScript · 370 lines
61 });
63 models.CoordinateDescriptionCollection = Backbone.Collection.extend({
64 model: models.CoordinateDescription,
65 initialize: function(){
175 });
177 models.CoordinateCollection = Backbone.Collection.extend({
178 model: models.Coordinate,
242 });
244 models.DisplacementCollection = Backbone.Collection.extend({
245 model: models.Displacement,
stream.js (https://github.com/marconi/devstream.git) JavaScript · 211 lines
models.js (https://github.com/jeffh/YACS.git) JavaScript · 179 lines
activities.js (https://github.com/ushahidi/SwiftRiver.git) JavaScript · 234 lines
application.js (https://github.com/admanb/tournaments.git) JavaScript · 290 lines
sync.js (https://gitlab.com/pravi/lodash) JavaScript · 239 lines
app.js (https://github.com/jzarka/sgbusmap.git) JavaScript · 152 lines
CertificateModel.js (https://github.com/ViLPy/JSCORM.git) JavaScript · 241 lines
157 });
159 var CertificateCollection = Backbone.Collection.extend({
160 model: CertificateModel,
161 parse: function (response) {
194 }});
196 var MyCertificateCollection = Backbone.Collection.extend({
197 model: CertificateModel,
198 parse: function (response) {
233 });
235 var AvailableCertificateCollection = Backbone.Collection.extend({
236 model: CertificateModel,
237 parse: function (response) {
preferred.js (https://github.com/lefthandedgoat/Oak.git) JavaScript · 194 lines
customize-models.js (https://gitlab.com/websumon/tosnib) JavaScript · 247 lines
times.js (https://github.com/le0pard/RWProductManager-iOS.git) JavaScript · 172 lines
composer-models.js (https://gitlab.com/juanito.abelo/nlmobile) JavaScript · 197 lines
models.js (https://github.com/KeyteqLabs/keymedia-extension.git) JavaScript · 238 lines
backbone-super.js (https://gitlab.com/Blueprint-Marketing/cdnjs) JavaScript · 107 lines
requested.js (https://github.com/lefthandedgoat/Oak.git) JavaScript · 170 lines
board.js (https://github.com/versionone/boardello.git) JavaScript · 332 lines
list_spec.js (https://gitlab.com/unofficial-mirrors/edx-platform) JavaScript · 90 lines
app.js (https://bitbucket.org/halbhalb/cctv-webapp.git) JavaScript · 148 lines
GameModel.js (https://github.com/cormac/jasmine-tutorial.git) JavaScript · 82 lines
weather.js (https://bitbucket.org/pragmaticlogic/farmas-sandbox.git) JavaScript · 256 lines
sync.js (https://gitlab.com/yawenzou/backbone) JavaScript · 239 lines
menu.js (https://github.com/phpugl/Dime.git) JavaScript · 198 lines
arangoDocument.js (https://github.com/triAGENS/ArangoDB.git) JavaScript · 232 lines
tests.js (https://github.com/JeromeParadis/server-backbone-redis.git) JavaScript · 276 lines
paginator.js (https://github.com/cbmi/cilantro.git) JavaScript · 198 lines
jquery.Midgard.midgardWorkflows.js (https://github.com/szabyg/create.git) JavaScript · 242 lines
backbone.js (https://github.com/3on/SynergyPad.git) JavaScript · 137 lines
2 window.People = {}
3 window.People.comment = Backbone.Model.extend({})
4 window.People.commentList = Backbone.Collection.extend({
5 model: window.People.comment
6 })
10 }
11 })
12 window.People.postList = Backbone.Collection.extend({
13 model: window.People.post,
14 localStorage: new Store("PeopleFeed"),
commonplace.js (https://github.com/fredoliveira/commonplace-nodebb.git) JavaScript · 187 lines
user.js (https://github.com/neekey/FreeNote.git) JavaScript · 261 lines
backbone-articulation-latest.js (https://github.com/kmalakoff/examples-kmalakoff.git) JavaScript · 278 lines
customers.js (https://github.com/seosamba/ecommerce.git) JavaScript · 83 lines
test-foo.js (https://bitbucket.org/mcsaatchi/generator-backbone.git) JavaScript · 158 lines
application.js (https://github.com/etagwerker/chartly.git) JavaScript · 287 lines
model.js (https://github.com/okfn/yourtopia.git) JavaScript · 250 lines
notifications.js (https://github.com/prellele/diaspora.git) JavaScript · 115 lines
models.js (https://gitlab.com/astian/build-tools) JavaScript · 258 lines
51 });
53 var Slaves = Backbone.Collection.extend({
54 url: window.slavealloc_base_url + 'api/slaves',
55 model: Slave,
73 });
75 var Masters = Backbone.Collection.extend({
76 url: window.slavealloc_base_url + 'api/masters',
77 model: Master,
91 });
93 var Distros = Backbone.Collection.extend({
94 url: window.slavealloc_base_url + 'api/distros',
95 model: Distro,
gallery.js (https://github.com/zeropaper/kern.git) JavaScript · 170 lines
compositeView.spec.js (https://bitbucket.org/stevepict/backbone.marionette.git) JavaScript · 435 lines
334 var User = Backbone.Model.extend({});
336 var UserCollection = Backbone.Collection.extend({
337 model: User
338 });
382 var Model = Backbone.Model.extend({});
384 var Collection = Backbone.Collection.extend({
385 model: Model
386 });
403 });
405 var NodeCollection = Backbone.Collection.extend({
406 model: Node
407 });
filters.js (https://github.com/cbmi/cilantro.git) JavaScript · 150 lines
scaffold_generator_test.rb (https://github.com/meleyal/backbone-on-rails.git) Ruby · 174 lines
games.js (https://github.com/jonejone/golfstats.git) JavaScript · 275 lines
paydown.js (https://bitbucket.org/keithelliott/simplecalc_web.git) JavaScript · 166 lines
resources.js (https://github.com/benoitc/couchdb.git) JavaScript · 148 lines
LiferaySiteSelectDialog.js (https://github.com/ViLPy/JSCORM.git) JavaScript · 154 lines
TranscriptModel.js (https://github.com/ViLPy/JSCORM.git) JavaScript · 219 lines
30 var UserCertificateCollection = Backbone.Collection.extend({
31 model: TranscriptModel,
32 parse: function (response) {
50 });
52 var UserCoursesCollection = Backbone.Collection.extend({
53 model: TranscriptModel
54 }).extend(UserCoursesCollectionService);
76 });
78 var PackagesCollection = Backbone.Collection.extend({
79 model: TranscriptModel,
80 parse: function (response) {
scratchpads.js (https://gitlab.com/gregtyka/KhanLatest) JavaScript · 125 lines
plugins.php (https://github.com/ushahidi/SwiftRiver.git) PHP · 103 lines
fanta.js (https://bitbucket.org/ccucco/bb_tuto1.git) JavaScript · 230 lines
crm.designer.js (https://gitlab.com/virtualrealms/d7civicrm) JavaScript · 119 lines
alloy.js (https://bitbucket.org/pedrobrasileiro/testealloy.git) JavaScript · 137 lines
41 require("alloy/sync/" + type).sync(model, method, opts);
42 }
43 }, Collection = Backbone.Collection.extend(extendObj), config = Collection.prototype.config = model.prototype.config, type = (config.adapter ? config.adapter.type : null) || "localDefault", adapter = require("alloy/sync/" + type);
44 _.isFunction(adapter.afterCollectionCreate) && adapter.afterCollectionCreate(Collection);
45 _.isFunction(modelDesc.extendModel) && (Collection = modelDesc.extendCollection(Collection) || Collection);
StageCollection.js.coffee (https://github.com/jonmumm/Talksho.git) CoffeeScript · 65 lines
base-collection.js (https://bitbucket.org/madebybottle/bottlecap.git) JavaScript · 143 lines
sync.js (https://bitbucket.org/juanpicado/hacker-news-reader.git) JavaScript · 212 lines
backbone.localforage.js (https://gitlab.com/Mirros/cdnjs) JavaScript · 256 lines
8 // `sync` method on your collections and models to use localForage. So
9 //
10 // var MyModel = Backbone.Collection.extend({})
11 // var MyCollection = Backbone.Collection.extend({\
15 // becomes
16 //
17 // var MyModel = Backbone.Collection.extend({
18 // sync: Backbone.localforage.sync()
19 // });
20 // var MyCollection = Backbone.Collection.extend({
21 // model: MyModel,
22 // sync: Backbone.localforage.sync('MyCollection')
ligament.js (https://github.com/ashook/ligament.js.git) JavaScript · 128 lines
resources.js (https://github.com/benoitc/couchdb.git) JavaScript · 255 lines
homepage.js (https://bitbucket.org/adi2412/givetocollege-adi.git) JavaScript · 132 lines
29 var UserCampaign = Backbone.Model.extend();
31 var UserAchievementList = Backbone.Collection.extend({
32 model: UserAchievement,
33 url: function() {
37 UserAchievementList = new UserAchievementList({});
39 var UserCampaignList = Backbone.Collection.extend({
40 model: UserCampaign,
41 url: function() {
_Lesson.js (https://github.com/ViLPy/JSCORM.git) JavaScript · 151 lines
formernotebook.js (https://github.com/amundo/notebook.git) JavaScript · 241 lines
reviews.js (https://github.com/harthur/bzhome.git) JavaScript · 162 lines
main.js (https://bitbucket.org/biotelligent/winecellar.git) JavaScript · 181 lines
place.js (https://bitbucket.org/lojzatran/google-maps-studentive.git) JavaScript · 115 lines
collection.js (https://gitlab.com/johanlindberg/irvato-crm) JavaScript · 147 lines
app.js (https://github.com/mickdelaney/cassette.git) JavaScript · 172 lines
CertificateSelectStatementsView.js (https://github.com/ViLPy/JSCORM.git) JavaScript · 175 lines
backbone.xmpp.node.js (https://github.com/wycats/todomvc.git) JavaScript · 95 lines
arangoCollections.js (https://github.com/triAGENS/ArangoDB.git) JavaScript · 190 lines
dashboard.js (https://github.com/glenasmith/shameless.git) JavaScript · 288 lines
gallery.js (https://github.com/FeipingHunag/backbonejs-gallery.git) JavaScript · 228 lines
test-requirejs.js (https://bitbucket.org/mcsaatchi/generator-carnaby.git) JavaScript · 151 lines
dashboard.coffee (https://github.com/lefthandedgoat/Oak.git) CoffeeScript · 282 lines
application.js (https://github.com/narangrajeev81/BackboneJsAndFullCalendar.git) JavaScript · 113 lines
Collection.js (https://github.com/neogermi/VIE.git) JavaScript · 129 lines
paginated_collection.js (https://gitlab.com/ykazemi/canvas-lms) JavaScript · 205 lines
alloy.js (https://bitbucket.org/robertosanchez/ticourse_client.git) JavaScript · 152 lines
41 require("alloy/sync/" + type).sync(model, method, opts);
42 }
43 }, Collection = Backbone.Collection.extend(extendObj), config = Collection.prototype.config = model.prototype.config, type = (config.adapter ? config.adapter.type : null) || "localDefault", adapter = require("alloy/sync/" + type);
44 _.isFunction(adapter.afterCollectionCreate) && adapter.afterCollectionCreate(Collection);
45 _.isFunction(modelDesc.extendCollection) && (Collection = modelDesc.extendCollection(Collection) || Collection);
collection.js (https://github.com/rsimba/nodechat-tutorial.git) JavaScript · 169 lines
index.html (https://github.com/tonyto/hello-backbone.git) HTML · 105 lines
employee.js (https://github.com/GarfieldLinux/garfield.git) JavaScript · 109 lines
table.js (https://github.com/phpugl/Dime.git) JavaScript · 291 lines
models.js (https://bitbucket.org/caret/timetables-2.git) JavaScript · 257 lines
51 });
53 var Classifiers = Backbone.Collection.extend({
54 constructor: function Classifiers() {
55 superclass(Classifiers).apply(this, arguments);
105 });
107 var ClassifierGroups = Backbone.Collection.extend({
108 constructor: function ClassifierGroups() {
109 superclass(ClassifierGroups).apply(this, arguments);