Registry Candidates for Dojo Toolkit
From MemberWiki
This wiki page holds the Registry entry for Dojo.
Contents |
[edit]
Status
Not yet approved.
[edit]
Proposed Registry Entry
dojo: {
namespaceURI:"http://dojotoolkit.org",
version:"1.0",
globals_to_approve:
[
"dojo",
"dijit",
"dojox",
"djConfig"
]
}
[edit]
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"
]
}
}
[edit]
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
