Class Index | File Index

Classes


Class JsView

A single view instance
Defined in: js_view.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
JsView()
Method Summary
Method Attributes Method Name and Description
<static>  
JsView.activate()
reactivate event listening on this view
<static>  
JsView.deactivate()
quiets all events on this view, your callbacks will not get called
Class Detail
JsView()
            MBX.JsView.create({
                model: MBX.DesktopUpload,
                onCreate: function (upload) {
                    //create the upload
                },
                onChange: function (upload) {
                    // any upload changes
                },
                onDestroy: function (upload) {
                    // handle destroys
                }
            });
Method Detail
<static> JsView.activate()
reactivate event listening on this view

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

Documentation generated by JsDoc Toolkit 2.1.0 on Wed Oct 26 2011 16:32:22 GMT-0400 (EDT)