Explain event system in dojo ?



Explain event system in dojo ?..

Answer / Seema Rani

Dojo has a powerful event system that allows you to handle user interactions and custom events. The event system works by attaching functions, called listeners or handlers, to events. Here's an example:nn```jsndojo.connect(myWidget, 'onClick', function(){ console.log('Button clicked!'); });n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dojo Toolkit Interview Questions

what are the advantages or benefits of Dojo?

1 Answers  


How to setup dojo application?

1 Answers  


What is the basic directory structure of dojo?

1 Answers  


What is the use dojo in adobe integrated runtime (air)?

1 Answers  


What is the dojo?

1 Answers  


What is folders structure?

1 Answers  


Do you know why does in many of tests html files have style="visibility:hidden;"?

1 Answers  


what are application support libraries in Dojo?

1 Answers  


What are dojo components?

1 Answers  


Explain about environment-specific libraries in dojo?

1 Answers  


Mention the features of Dojo Charting?

1 Answers  


Are applications using dojo mobile accessible?

1 Answers  


Categories