Answers

Question and Answer:

  Home  Dojo

⟩ Explain Event System in Dojo?

• ”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”);

 238 views

More Questions for you: