Skip to content
John Lee edited this page Jun 19, 2013 · 7 revisions

This component is responsible for the initialization of objects, the main graph page, and creates an object called Main.


Properties

All Main properties are stored in an object called Main.options

  • Main.options.modalDefaults
    • Type: Object
    • Contains default values for a modal

Methods

  • Main.displayModal(options)
    • Add and display a modal.
    • @param {Object} options The options for the modal
  • Main.initialize()
    • Initialize the object.
  • Main.startListeners()
    • Start listening to custom events.

Custom Events

Triggers

Listens

  • loadGraphModel.tossboss-graph-model

Clone this wiki locally