dojo/resources/_modules.js

  • dojo.cldr

    • summary
      transformation of relevant pieces of the Unicode.org Common Locale Data Repository
      (see http://unicode.org/cldr) to JSON from the original XML with associated utility classes
    • type
      Object
  • dojo.data

    • summary
      A uniform data access layer
    • type
      Object
  • dojo.dnd

    • summary
      Drag and Drop resources
    • type
      Object
  • dojo.io

    • summary
      Additional I/O transports (Ajax)
    • type
      Object
  • dojo.rpc

    • summary
      Dojo remote-procedure-call resources
    • type
      Object
  • dojo.baseUrl

    • summary
      The root relative path to dojo.js (as a string)
    • example
      if(typeof dojo != "undefined"){ console.log(dojo.baseUrl); }
    • type
      Object