Registry Candidates for Dojo Toolkit

From MemberWiki

Jump to: navigation, search

This wiki page holds the Registry entry for Dojo.

Contents

Status

Not yet approved.

Proposed Registry Entry

dojo: { 
  namespaceURI:"http://dojotoolkit.org", 
  version:"1.0",
  globals_to_approve:
    [
    "dojo",
    "dijit",
    "dojox",
    "djConfig"
    ]
}

Using new syntax

Here is the above content re-expressed using the new, revised syntax we discussed at the 2008-03-21 face-to-face meeting. Once we approve the new syntax, we should delete the snippet just above and leave the code just below.

dojo: { 
  namespaceURI:"http://dojotoolkit.org", 
  version:"1.0",
  to_approve: {
    globals:
      [
      "dojo",
      "dijit",
      "dojox",
      "djConfig"
    ]
  }
}

Discussion

Need to add Dojo's markup extensions, such as class names and attributes. Dojo has a large number of classnames that begin with dijit* and attaches a 'method' attribute to <script> elements.

None so far.

// dijit and dojox are arguably separate projects

Personal tools