Constructordojox.dtl._HtmlTemplated.prototype.setTemplate

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

Quickly switch between templated by location

Usage

function (/*String|dojo._Url*/ template, /*dojox.dtl.Context?*/ context) (view source)
parametertypedescription
templateString|dojo._Url 
contextdojox.dtl.ContextOptional.
fieldtypedescription
.extendFunctionReturns a clone of this context object, with the items from the passed objecct mixed in.
.filterFunctionReturns a clone of this context, only containing the items defined in the filter.
.getThisFunction 
.hasKeyFunction 
.setThisFunction 
._this 

PropertiesBack to top