dojox.dtl
Django Templating Language implementation

NamespacesBack to top

ConstructorsBack to top

Works on attributes
Changes the parent during render/unrender

Allows the manipulation of DOM
Use this object for HTML templating

Pass one of these when rendering a template to tell the template what values to use.

Uses a string to find (and manipulate) a variable

Places a node into DOM

A list of any HTML-specific node object

Turn a simple array into a set of objects
Adds a straight text node without any processing
A node to be processed as a variable
Basic catch-all node

Allows us to render a group of nodes

Parser used during initialization and for tag groups.

A node to be processed as a variable