dojox.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)
parameter | type | description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
context | Object | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tpl | dojox.dtl.HtmlTemplate | Optional. Use this object for HTML templating
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
buffer | dojox.dtl.HtmlBuffer | Optional. Allows the manipulation of DOM
|