_modules.js 494 B

12345678910111213141516171819202122232425
  1. /*
  2. Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved.
  3. Available via Academic Free License >= 2.1 OR the modified BSD license.
  4. see: http://dojotoolkit.org/license for details
  5. */
  6. /*=====
  7. // dijit fallback for key summaries otherwise not covered by the doc parser
  8. dijit.demos = {
  9. // summary:
  10. // Home of the official dijit demo code
  11. };
  12. dijit.form = {
  13. // summary:
  14. // Form and input related widgets
  15. };
  16. dijit.layout = {
  17. // summary:
  18. // Layout related widgets
  19. };
  20. =====*/