Zend_Dojo.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect1 id="zend.dojo.introduction">
  4. <title>Introduction</title>
  5. <para>
  6. Zend Framework ships <ulink
  7. url="http://dojotoolkit.org">Dojo Toolkit</ulink> to support
  8. out-of-the-box rich internet application development. Integration
  9. points with Dojo include:
  10. </para>
  11. <itemizedlist>
  12. <listitem><para>JSON-RPC support</para></listitem>
  13. <listitem><para>dojo.data compatibility</para></listitem>
  14. <listitem><para>View helper to help setup the Dojo environment</para></listitem>
  15. <listitem><para>Dijit-specific <classname>Zend_View</classname> helpers</para></listitem>
  16. <listitem>
  17. <para>Dijit-specific <classname>Zend_Form</classname> elements and decorators</para>
  18. </listitem>
  19. </itemizedlist>
  20. <para>
  21. The Dojo distribution itself may be found in the
  22. <code>externals/dojo/</code> directory of the Zend Framework
  23. distribution. This is a source distribution, which includes Dojo's full
  24. javascript source, unit tests, and build tools. You can symlink this
  25. into your javascript directory, copy it, or use the build tool to create
  26. your own custom build to include in your project. Alternatively, you can
  27. use one of the Content Delivery Networks that offer Dojo (ZF supports
  28. both the official AOL CDN as well as the Google CDN).
  29. </para>
  30. </sect1>
  31. <!--
  32. vim:se ts=4 sw=4 et:
  33. -->