3
Creating Reusable Objects
•dojo.declare
–Creates an object that inherits from an array of otherobjects
•dojo.mixin
–Does what is says. Mixes in the properties andfunction of one object into another object
•dojo.extend
–Add
•dojo.require
–Notifies dojo that a class is required from the server.
•dojo.provide
–Notifies dojo that a particular JavaScript file suppliesthe implementation of a certain class.
Add a Comment