Skip to Content | Skip to Navigation


dojo._base.declare

Status:Draft
Version:1.2
Available:since V?

dojo._base.declare contains functions to define classes.

As with all dojo._base components, these functions are included within Dojo Base. You get this functionality by just including dojo.js or dojo.xd.js in your page.

Features

  • dojo.declare

    Creates a constructor using a compact notation for inheritance and prototype extension