Constructordojox.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)
parametertypedescription
parentNode 

Jump to PropertiesFunctionsBack to top

FunctionaddEvent(context, type, fn, args: Array|Function)
Functionconcat(node: DOMNode)
FunctiononAddEvent(node: DOMNode, type: String, description: String)
Stub to call when you're adding an event
FunctiononAddNode(node)
Stub called before new nodes are added
Stub called after new nodes are added
FunctiononClone(from: DOMNode, to: DOMNode)
Stub called when a node is duplicated
Stub called when nodes are removed
FunctiononSetParent(node, up)
Stub called when setParent is used.
Functionremove(obj)
FunctionsetAttribute(key, value)
FunctionsetParent(node, up: Boolean?, root: Boolean?)

Jump to FunctionsPropertiesBack to top