Class EventObj

Object
   |
   +--EventObj

class EventObj

Defined in obj-events.js

Version: 1.0

Author: mpollack


Field Summary
 array comactiveEventObj
          Array of events to fire on comactive
 array coursereadyEventObj
          Array of events to fire on courseready
 boolean eventprop
          event variable that is as a watchpoint
 array globaltoolsreadyEventObj
          Array of events to fire on globaltools
 array glossaryreadyEventObj
          Array of events to fire on glossary
 array pagereadyEventObj
          Array of events to fire on pageready
 array themereadyEventObj
          Array of events to fire on themeready
 array toggleEventObj
          Array of events to fire on toggle
 
Constructor Summary
EventObj()
            Holds all event object references and controllers
 
Method Summary
 void addEvent(<string> t,<method> e,<string> i)
           Adds event to an event array based on type.
 boolean eventWatcher(<string> prop, <string> oldval, <string> newval)
           Watches eventprop for change.
 void ieCheck()
           Processes watch hack for IE and if change is found calls eventWatcher.
 void ieWatch()
           Starts watch hack for IE
 void removeEvent(<string> t,<string> i)
           Removes an event from an event array based on type and ID.

Field Detail

comactiveEventObj

array comactiveEventObj

coursereadyEventObj

array coursereadyEventObj

eventprop

boolean eventprop

globaltoolsreadyEventObj

array globaltoolsreadyEventObj

glossaryreadyEventObj

array glossaryreadyEventObj

pagereadyEventObj

array pagereadyEventObj

themereadyEventObj

array themereadyEventObj

toggleEventObj

array toggleEventObj

Constructor Detail

EventObj

EventObj()

Method Detail

addEvent

void addEvent(<string> t,<method> e,<string> i)

eventWatcher

boolean eventWatcher(<string> prop, <string> oldval, <string> newval)

ieCheck

void ieCheck()

ieWatch

void ieWatch()

removeEvent

void removeEvent(<string> t,<string> i)


Documentation generated by JSDoc on Tue Mar 4 12:01:48 2008