Login Register Help
API Documentation
Choose a stylesheet:

Functiondojo.NodeList.instantiate (returns dojo.NodeList)

dojo.require("dojo._base.NodeList");
Create a new instance of a specified class, using the specified properties and each node in the nodeList as a srcNodeRef
parametertypedescription
declaredClassString|Object 
propertiesObjectOptional.

Usage

var foo: dojo.NodeList=dojo.NodeList.instantiate(declaredClass: String|Object, properties: Object?);