[GENERIC] Zend_Translate:
[zend.git] / documentation / manual / en / module_specs / Zend_Application-AvailableResources-Dojo.xml
blob0a07b02123b93204f430aaa82c46e19809700a36
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <sect2 id="zend.application.available-resources.dojo">
4     <title>Zend_Application_Resource_Dojo</title>
6     <para>
7         <classname>Zend_Application_Resource_Dojo</classname> can be used
8         to configure the <classname>Zend_Dojo</classname> viewhelpers.
9     </para>
11     <example id="zend.application.available-resources.dojo.configExample">
12         <title>Sample Dojo resource configuration</title>
14         <para>
15             Below is a sample <acronym>INI</acronym> file showing how
16             <classname>Zend_Dojo</classname> can be enabled.
17         </para>
19         <programlisting language="ini"><![CDATA[
20 resources.dojo.enable = true ; Always load the Dojo javascript files
21 ]]></programlisting>
23         <para>
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.
28         </para>
29     </example>
30 </sect2>