Home Manual ReferenceGraphs Source Repository

References

Class Summary

Static Public Class Summary
public

Backbone.js

version 1.3.3
public

Backbone.Collection - Collections are ordered sets of models.

public

Debug.js - Provides basic logging functionality that can be turned on via setting s_DEBUG_LOG = true;

public

Backbone.Events - Provides the ability to bind and trigger custom named events.

public

Backbone.History - History serves as a global router.

public

Backbone.Model - Models are the heart of any JavaScript application.

public

Backbone.Router - Provides methods for routing client-side pages, and connecting them to actions and events.

public

TyphonEvents adds new functionality for trigger events.

public

Provides static utility functions.

public

Backbone.View - Represents a logical chunk of UI in the DOM.

Function Summary

Static Public Function Summary
public

extend(protoProps: object, staticProps: object): *

Provides older "extend" functionality for Backbone.

public

sync(method: string, model: Model | Collection, options: object): XMLHttpRequest

Backbone.sync - Persists models to the server.

Variable Summary

Static Public Variable Summary
public

BackboneProxy: {backbone: null}

Defines a proxy Object to hold a reference of the Backbone object instantiated.