1 <?xml version="1.0" encoding="UTF-8"?>
3 <sect2 id="zend.application.available-resources.dojo">
4 <title>Zend_Application_Resource_Dojo</title>
7 <classname>Zend_Application_Resource_Dojo</classname> can be used
8 to configure the <classname>Zend_Dojo</classname> viewhelpers.
11 <example id="zend.application.available-resources.dojo.configExample">
12 <title>Sample Dojo resource configuration</title>
15 Below is a sample <acronym>INI</acronym> file showing how
16 <classname>Zend_Dojo</classname> can be enabled.
19 <programlisting language="ini"><![CDATA[
20 resources.dojo.enable = true ; Always load the Dojo javascript files
24 The <classname>Zend_Dojo</classname> resource plugin utilises the options for the
25 <methodname>Zend_Dojo_View_Helper_Dojo_Container::setOptions()</methodname> to
26 configure the viewhelpers. Please see the <link linkend="zend.dojo">Zend_Dojo</link>
27 chapter for full descriptions and available options.