dojox.dtl.HtmlBuffer
dojo.require("dojox.dtl.html");
defined in dojox/dtl/html.js
Use this to append a child, change the parent, or change the attribute of the current node.
Usage
function (/*Node*/ parent) (view source)
parameter | type | description |
---|---|---|
parent | Node |
FunctionsBack to top
Stub to call when you're adding an event

Stub called before new nodes are added

Stub called after new nodes are added

Stub called when nodes are removed

Stub called when setParent is used.

