Documentation
dojo.toDom¶
TODOC!
Contents
API Info¶
full API: | http://dojotoolkit.org/api/dojo/toDom |
---|---|
summary: | instantiates an HTML fragment returning the corresponding DOM. |
Parameters¶
Signature
dojo.toDom( /* String */ frag, /* DocumentNode */ doc)
Overview
- frag String
the HTML fragment
- doc DocumentNode
optional document to use when creating DOM nodes, defaults to dojo.doc if not specified.
API Info¶
full API: | http://dojotoolkit.org/api/dojo/_toDom |
---|---|
summary: | Existing alias for dojo.toDom. Deprecated, will be removed in 2.0. |