Ticket #6723 (new enhancement)

Opened 6 days ago

Last modified 6 days ago

Support for event suspend/resume

Reported by: ttrenka Owned by: alex
Priority: normal Milestone: 1.2
Component: Events Version: 1.1.0
Severity: normal Keywords:
Cc:

Description

Add support to dojo.connect for suspending and resuming connections. Patch attached, original from Scott Miles.

Attachments

connect.patch (3.3 kB) - added by ttrenka 6 days ago.

Change History

Changed 6 days ago by ttrenka

Changed 6 days ago by ttrenka

Added documentation with example for using suspend() and resume():

var link=dojo.connect(obj, "foo", obj, "bar");
...
link.suspend();
...
link.resume();
...
dojo.disconnect(link);
Note: See TracTickets for help on using tickets.