Der Vortrag „What is BackboneJS?“ von Eduonix Learning Solutions ist Bestandteil des Kurses „JavaScript Technologies“. Der Vortrag ist dabei in folgende Kapitel unterteilt:
5 Sterne |
|
5 |
4 Sterne |
|
0 |
3 Sterne |
|
0 |
2 Sterne |
|
0 |
1 Stern |
|
0 |
... which uses a RESTful JSON interface. Backbone ...
... and not a standard, there are no set rules for how a client and service should use ...
... “Models” with key-value binding. Models can be created, updated, validated and destroyed. Elements in ...
... functionality for managing changes in data. They provide accessor and mutator access ...
... Created"); }, login: function(){ //Login code } }); //Instantiate ...
... collection var models = [ ] for (var i=0; i < 5; i++) { models.push(new Backbone.Model({ num: i ...
... virtually any object. This allows the object to ...
... event"); //Can use namespaced if there are a large ...
... be displayed to the user. In Backbone, views act like controllers as well, ...
... user view"); } }); var user_view = ...
... <%= user.get('email') %> render: function(){ // Compile the template using ...