Mixin to supplement _TemplatedMixin when template contains widgets
See the dijit/_WidgetsInTemplateMixin reference documentation for more information.
A fallback to preserve the 1.0 - 1.3 behavior of children in templates having their startup called before the parent widget fires postCreate. Defaults to 'false', causing child widgets to have their .startup() called immediately before a parent widget .startup(), but always after the parent .postCreate(). Set to 'true' to re-enable to previous, arguably broken, behavior.
Used to provide a context require to the dojo/parser in order to be
able to use relative MIDs (e.g. ./Widget
) in the widget's template.
Should we parse the template to find widgets that might be declared in markup inside it? (Remove for 2.0 and assume true)
Parameter | Type | Description |
---|---|---|
baseNode | DOMNode | Widget | |
getAttrFunc | undefined | |
attachFunc | undefined |