Zend_Dojo.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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><acronym>JSON-RPC</acronym> support</para></listitem>
  13. <listitem><para><command>dojo.data</command> 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. <filename>externals/dojo/</filename> directory of Zend Framework's
  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 (Zend Framework supports
  28. both the official <acronym>AOL</acronym> <acronym>CDN</acronym> as well as the Google
  29. <acronym>CDN</acronym>).
  30. </para>
  31. </sect1>
  32. <!--
  33. vim:se ts=4 sw=4 et:
  34. -->