Constructordojox.dtl._Templated

dojo.require("dojox.dtl._Templated");
defined in dojox/dtl/_Templated.js

Usage

function ()

Jump to PropertiesFunctionsBack to top

Overrides dijit._Templated
Construct the UI for this widget from a template, setting this.domNode.
FunctiongetCachedTemplate(templatePath, templateString, alwaysUseString)
Layer for dijit._Templated.getCachedTemplate
Function_attachTemplateNodes(rootNode: DomNode, getAttrFunc: Function?)
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

Jump to FunctionsPropertiesBack 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
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.