Community Map Builder 21 Aug 2007

Class Mapbuilder

Object
   |
   +--Mapbuilder

class Mapbuilder

Defined in Mapbuilder.js

Requires:

Author: Cameron Shorter


Field Summary
 Object loadingScripts
          Array of objects that are loading.
 Object loadState
          Determines which Mapbuilder scripts are loading.
 Object scriptsTimer
          Timer to periodically check if scripts have loaded.
 
Constructor Summary
Mapbuilder ()
            This Object bootstraps the Mapbuilder libraries by loading the core script files.
 
Method Summary
 void checkScriptsLoaded()
           Called periodically and moves onto the next loadState when this round of scripts have loaded.
 Object loadScript(url)
           Dynamically load a script file if it has not already been loaded.
 void loadScriptsFromXpath(nodes,dir)
           Internal function to load scripts for components that don't have specified in the config file.
 void setLoadState(newState)
           Move onto loading the next set of scripts.

Field Detail

loadingScripts

Object loadingScripts

loadState

Object loadState

scriptsTimer

Object scriptsTimer

Constructor Detail

Mapbuilder

Mapbuilder()

Method Detail

checkScriptsLoaded

void checkScriptsLoaded()

loadScript

Object loadScript(url)

loadScriptsFromXpath

void loadScriptsFromXpath(nodes,dir)

setLoadState

void setLoadState(newState)

Community Map Builder 21 Aug 2007

Documentation generated by JSDoc on Tue Aug 21 08:12:28 2007