Demo: Showing the lifecycle of a Widget

The list below is created dynamically during the instantiation of a simple Dijit button. For more detailed information (such as the arguments passed to each method), check your Firebug or Developer console.

Note that the order of execution is actually: postscript --> create --> postMixInProperties --> buildRendering --> postCreate; the logging below happens when a method is finished, and the create method actually calls the three methods following it.