Dojo Question:

Dijit widget lifecycle?

Dojo Interview Question
Dojo Interview Question

Answer:

1.constructor
2.Properties are mixed into the widget instance
3.postMixInProperties
4.buildRendering
5.setters are called
6.postCreate
7.startup (must be called manually for programmatic widgets!)


Previous QuestionNext Question
Relation between AJAX and Dojo?What is the difference between dojox, mobile, parser and dojo.parser?