|
|
Dojo Event System
|
08/18/2005, By Alex Russell
|
Unlike the DOM events that web programmers normally associate with the word "event", Dojo takes a broad view of events. The tools in dojo.event.* allow developers to treat any function call (DOM event or otherwise) as an event that can be listened to. Using Dojo, code can register to "hear" about any action through a uniform API.
In this article we'll show you:
how to use these tools
what makes them completely different from other JavaScript event systems you may have used
why you'll never start writing JavaScript without dojo.event.connect() again.
Read more...
|
Rate this Ajax Articles
Rating: 0.0 out of votes cast
| |
|
|
|
|
|
|
|
|
|
|
|
|