Functiondojox.dtl.Template.update

dojo.require("dojox.dtl._base");
defined in dojox/dtl/_base.js

Usage

function (/*DOMNode|String|dojo.NodeList*/ node, /*dojo._Url|String|Object*/ context) (view source)
parametertypedescription
nodeDOMNode|String|dojo.NodeListA node reference or set of nodes
contextdojo._Url|String|ObjectThe context object or location

Constructor to create an object representing a URL. It is marked as private, since we might consider removing or simplifying it.
fieldtypedescription
.authority 
.fragment 
.host 
.password 
.path 
.port 
.query 
.scheme 
.toStringFunction 
.uri 
.user