The base class for DOM-based templating.
See the dojox/dtl/_DomTemplated reference documentation for more information.
| Parameter | Type | Description |
|---|---|---|
| templatePath | undefined | |
| templateString | undefined |
Renders this template.
| Parameter | Type | Description |
|---|---|---|
| context | dojox/dtl/Context |
Optional The runtime context. |
| tpl | dojox/dtl/DomTemplate |
Optional The template to render. Optional. |
Quickly switch between templated by location
| Parameter | Type | Description |
|---|---|---|
| template | String | dojo/url | The new template. |
| context | dojox/dtl/Context |
Optional The runtime context. |