dojox.dtl._Templated
dojo.require("dojox.dtl._Templated");
defined in dojox/dtl/_Templated.js
Usage
function ()
FunctionsBack to top
Overrides dijit._Templated
Construct the UI for this widget from a template, setting this.domNode.

Layer for dijit._Templated.getCachedTemplate

Defined by dijit._Templated
Iterate through the template and attach functions and nodes accordingly.
Defined by dijit._Templated
relocate source contents to templated container node this.containerNode must be able to receive children, or exceptions will be thrown

Defined by dijit._Templated
PropertiesBack to top
Defined by dijit._Templated
holds child elements. "containerNode" is generally set via a dojoAttachPoint assignment and it designates where children of the src dom node will be placed
Overrides dijit._Templated
Defined by dijit._Templated
a node that represents the widget template. Pre-empts both templateString and templatePath.
Defined by dijit._Templated
Path to template (HTML file) for this widget relative to dojo.baseUrl
Defined by dijit._Templated
a string that represents the widget template. Pre-empts the
Defined by dijit._Templated
should we parse the template to find widgets that might be declared in markup inside it? false by default.
Defined by dijit._Templated
Defined by dijit._Templated