Functiondojox.dtl.render.html.Render.render

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

Usage

function (/*Object*/ context, /*dojox.dtl.HtmlTemplate?*/ tpl, /*dojox.dtl.HtmlBuffer?*/ buffer) (view source)
parametertypedescription
contextObject 
tpldojox.dtl.HtmlTemplateOptional. Use this object for HTML templating
fieldtypedescription
.getBufferFunction 
.getRootNodeFunction 
.nodelist 
.renderFunction 
.rootNode 
.setClassFunction 
.tokens 
.unrenderFunction 
._count 
._re 
bufferdojox.dtl.HtmlBufferOptional. Allows the manipulation of DOM
fieldtypedescription
.addEventFunction 
.concatFunction 
.getParentFunction 
.getRootNodeFunction 
.onAddEventFunctionStub to call when you're adding an event
.onAddNodeFunctionStub called before new nodes are added
.onAddNodeCompleteFunctionStub called after new nodes are added
.onCloneFunctionStub called when a node is duplicated
.onRemoveNodeFunctionStub called when nodes are removed
.onSetParentFunctionStub called when setParent is used.
.removeFunction 
.rootNode 
.setAttributeFunction 
.setParentFunction 
._cache 
._closed 
._parent 
._parent.className 
._parent.htmlFor 
._removed