Dojo Question:
Download Job Interview Questions and Answers PDF
Explain Event System in Dojo?
Answer:
• ”Like crack for web developers”
• Any function can be notified when other function fires
• Any DOM object can be connected to any function dojo.event.connect(”id”, ”onClick”, listenerObj, ”handleOnClick”);
• Any function can be notified when other function fires
• Any DOM object can be connected to any function dojo.event.connect(”id”, ”onClick”, listenerObj, ”handleOnClick”);
Download Dojo Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain about Language Libraries in Dojo? | Explain about Environment-Specific Libraries in Dojo? |