Class Index | File Index

Classes


Class JsController


Defined in: js_controller.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
The instance that gets created from calling MBX.JsController.create(name, opts)
Method Summary
Method Attributes Method Name and Description
<static>  
JsController.activate()
reactivate event listening on this controller
<static>  
JsController.deactivate()
quiets all events on this controller, your callbacks will not get called
Class Detail
JsController()
The instance that gets created from calling MBX.JsController.create(name, opts)
See:
MBX.JsController
Method Detail
<static> JsController.activate()
reactivate event listening on this controller

<static> JsController.deactivate()
quiets all events on this controller, your callbacks will not get called

Documentation generated by JsDoc Toolkit 2.1.0 on Tue Dec 08 2009 14:00:29 GMT-0500 (EST)