_modules.js 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. /*=====
  2. // this file is in place as a quick way to give summaries to all available dojox projects.
  3. dojox = {
  4. // summary:
  5. // DojoX: the home for Dojo eXtensions
  6. //
  7. // description:
  8. // DojoX is a collection of subprojects provided by Dojo committers and subject to
  9. // the generous licensing and policies of the [Dojo CLA](http://dojotoolkit.org/cla)
  10. // Each subproject in DojoX has its own top-level directory and a README file with
  11. // status information and project status and a stability rating (experimental, beta, stable)
  12. //
  13. // Projects may or may not depend on other top-level Dojo projects, like Dojo or Dijit.
  14. // Unlike Dojo and Dijit, code is not subject to i18n and a11y restrictions and may vary
  15. // in quality (experimental code is encouraged in DojoX, but currently prohibited in Dojo
  16. // and Dijit)
  17. //
  18. // DojoX projects may mature to a stable state and stay in DojoX, or on occasion
  19. // after proving themselves may migrate to Dojo Core or Dijit. Dojo and Dijit projects
  20. // are constrained both by development resources as well as design goals, so DojoX is
  21. // a natural place to provide enhanced behavior or extend Dojo Core or Dijit primitives.
  22. // DojoX can also be an incubator for entirely new projects.
  23. }
  24. dojox.analytics = {
  25. // summary: Website analytics and client monitoring system
  26. };
  27. dojox.atom = {
  28. // summary: Implements the Atom Syndication Format and Atom Publishing Protocol
  29. };
  30. dojox.av = {
  31. // summary: Provides Audio/Video capabilities
  32. };
  33. dojox.charting = {
  34. // summary: Vector graphic, data-driven graphs and charts
  35. };
  36. dojox.collections = {
  37. // summary: A set of lists and hashes for easy use within your applications.
  38. };
  39. dojox.color = {
  40. // summary: Advanced color methods, including HSV, HSL, and CMYK conversion, a color generator and advanced colorspace calculations.
  41. };
  42. dojox.cometd = {
  43. // summary: A cometd client written in Dojo
  44. };
  45. dojox.data = {
  46. // summary: Additional dojo.data data stores and demos
  47. };
  48. dojox.date = {
  49. // summary: Additional date manipulation functions
  50. };
  51. dojox.drawing = {
  52. // summary: A vector drawing program
  53. };
  54. dojox.dtl = {
  55. // summary: Django Templating Language implementation
  56. };
  57. dojox.editor = {
  58. // summary: Extensions for dijit.Editor
  59. };
  60. dojox.embed = {
  61. // summary: Base code for embedding for external objects like Flash, Quicktime
  62. };
  63. dojox.encoding = {
  64. // summary: Various encoding algorithms, including crypto and digests.
  65. };
  66. dojox.flash = {
  67. // summary: Utilities to embed and communicate with Flash-based objects
  68. };
  69. dojox.form = {
  70. // summary: Form-related widgets
  71. };
  72. dojox.fx = {
  73. // summary: Extension animations to the core dojo FX project
  74. //
  75. // description:
  76. // A package of animations, and FX-related code, extending Dojo Core fx.
  77. // Including this package includes all the Base and Core fx packages.
  78. //
  79. style: { // summary: Module to provide CSS animations
  80. },
  81. scroll: { // summary: Module to provide scroll-related FX
  82. }
  83. };
  84. dojox.fx["ext-dojo"] = {
  85. // summary: Direct extensions to dojo.fx namespace
  86. NodeList: {
  87. // summary: module to include to support dojox.fx animations in dojo.query()
  88. }
  89. };
  90. dojox.gfx = {
  91. // summary: Cross-browser vector graphics API
  92. // description:
  93. //
  94. // dojox.gfx is an advanced API providing normalized vector drawing
  95. // in a variety of browsers. It has individual renderers for SVG, VML,
  96. // Canvas, and Silverlight.
  97. };
  98. dojox.gfx3d = {
  99. // summary: A 3d API for dojox.gfx
  100. };
  101. dojox.grid = {
  102. // summary: An advanced Grid widget with virtual scrolling, cell editing, and much more
  103. };
  104. dojox.help = {
  105. // summary: TODOC
  106. };
  107. dojox.highlight = {
  108. // summary: A client-side syntax highlighting engine.
  109. // description:
  110. // This project parses pre > code nodes, and applies syntax highlighting for
  111. // a wide variety of languages. Simply dojo.require() in all the
  112. // dojox.highlight.languages you wish to include in your highlighingting,
  113. // and customize colors in the highlight.css.
  114. //
  115. // It is provided as a dojo package, contributed under CLA
  116. // by Ivan Sagalaev and is available originally from:
  117. // http://softwaremaniacs.org/soft/highlight/en/
  118. //
  119. };
  120. dojox.html = {
  121. // summary: TODOC
  122. };
  123. dojox.image = {
  124. // summary: A collection of image related widgets
  125. };
  126. dojox.io = {
  127. // summary: Extensions to the Core dojo.io transports
  128. };
  129. dojox.jq = {
  130. // summary: A JQuery compatibility layer
  131. };
  132. dojox.jsonPath = {
  133. // summary: A query system for JavaScript objects
  134. };
  135. dojox.lang = {
  136. // summary: Language specific extensions
  137. functional: {
  138. // summary: Functional language constructs, including currying and lambda.
  139. }
  140. };
  141. dojox.layout = {
  142. // summary: A collection of layout related Widgets
  143. };
  144. dojox.math = {
  145. // summary: A collection of various advanced math functions.
  146. };
  147. dojox.robot = {
  148. // summary: TODOC
  149. };
  150. dojox.rpc = {
  151. // summary: TODOC
  152. };
  153. dojox.secure = {
  154. // summary: TODOC
  155. };
  156. dojox.sketch = {
  157. // summary: TODOC
  158. };
  159. dojox.sql = {
  160. // summary: objects to support Dojo Offline (dojox.off) DEPRECATED
  161. };
  162. dojox.storage = {
  163. // summary: Objects for mass storage within the browser. For when cookies just aren't enough.
  164. };
  165. dojox.string = {
  166. // summary: A collection of various objects for advanced string manipulation, including a Builder and a tokenizer.
  167. };
  168. dojox.testing = {
  169. // summary: TODOC
  170. };
  171. dojox.timing = {
  172. // summary: A set of objects to perform advanced time-based tasks, including a basic Timer.
  173. };
  174. dojox.uuid = {
  175. // summary: Universally Unique Identifier (UUID) implementations, including an implementation of UUID 2
  176. };
  177. dojox.validate = {
  178. // summary: Additional input validation methods
  179. ca : {
  180. // summary: Methods specific to the Canadian provinces
  181. },
  182. creditCard : {
  183. // summary: Validate various credit card types
  184. }
  185. };
  186. dojox.widget = {
  187. // summary: A collection of un-categorized widgets, or code not requiring its own package.
  188. //
  189. // description:
  190. // These are standalone widgets with varying levels of stability. Some are useful,
  191. // some were created for demonstration purposes, and learning tools. The each maintain
  192. // their own .css file (typically dojox/widget/WidgetName/WidgetName.css)
  193. };
  194. dojox.wire = {
  195. // summary:
  196. // Declarative data binding and action tags for simplified MVC
  197. };
  198. dojox.xml = {
  199. // summary: XML utilities. Currently only includes a DomParser, which returns a psuedo-XML document in JSON-like form.
  200. };
  201. dojox.xmpp = {
  202. // summary: TODOC
  203. };
  204. =====*/