dojox/data/restListener (version 1.10)

Summary

this function can be used to receive REST notifications, from Comet or from another frame

Usage

restListener(message);
Parameter Type Description
message undefined

See the dojox/data/restListener reference documentation for more information.

Examples

Example 1

dojo.connect(window,"onMessage",null,function(event) {
    var data = dojo.fromJson(event.data);
    dojox.restListener(data);
});

Method Summary

Methods

Error in the documentation? Can’t find what you are looking for? Let us know!