Login Register Help
API Documentation
Choose a stylesheet:

Functiondojo.extend (returns Object)

dojo.require("dojo._base.lang");
Adds all properties and methods of props to constructor's prototype, making them available to all instances created with constructor.
parametertypedescription
constructorObject 
propsObjectRepeating.

Usage

var foo: Object=dojo.extend(constructor: Object, props: Object...);