| 1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Reviewed: no -->
- <!-- EN-Revision: 24249 -->
- <sect2 id="zend.application.available-resources.dojo">
- <title>Zend_Application_Resource_Dojo(日本語)</title>
- <para>
- <classname>Zend_Application_Resource_Dojo</classname>は、
- <classname>Zend_Dojo</classname> viewhelper を設定するために使用できます。
- </para>
- <example id="zend.application.available-resources.dojo.configExample">
- <title>Dojo リソース設定例</title>
- <para>
- 下記は、<classname>Zend_Dojo</classname> を利用可能にする方法を示す、
- <acronym>INI</acronym> ファイル例です。
- </para>
- <programlisting language="ini"><![CDATA[
- resources.dojo.enable = true ; Always load the Dojo javascript files
- ]]></programlisting>
- <!-- TODO : to be translated -->
- <para>
- The <classname>Zend_Dojo</classname> resource plugin utilises the options for the
- <methodname>Zend_Dojo_View_Helper_Dojo_Container::setOptions()</methodname> to
- configure the viewhelpers. Please see the <link linkend="zend.dojo">Zend_Dojo</link>
- chapter for full descriptions and available options.
- </para>
- </example>
- </sect2>
|