[Pieforms-commit] SF.net SVN: pieforms: [235] pieforms-php5/trunk/doc/rst/user/configuration. rst
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-12-27 23:37:44
|
Revision: 235 http://pieforms.svn.sourceforge.net/pieforms/?rev=235&view=rev Author: oracleshinoda Date: 2007-12-27 15:37:48 -0800 (Thu, 27 Dec 2007) Log Message: ----------- Add the 'signal' module from MochiKit to the instructions. Added an example of using the 'templatedir' directive too. Turns out Pieforms needs the signal module but hasn't had it included in the supplied MochiKit.js file for ever. Modified Paths: -------------- pieforms-php5/trunk/doc/rst/user/configuration.rst Modified: pieforms-php5/trunk/doc/rst/user/configuration.rst =================================================================== --- pieforms-php5/trunk/doc/rst/user/configuration.rst 2007-12-27 23:30:27 UTC (rev 234) +++ pieforms-php5/trunk/doc/rst/user/configuration.rst 2007-12-27 23:37:48 UTC (rev 235) @@ -31,11 +31,11 @@ native JSON extension for PHP, so if you have that extension it is a bonus. PHP 5 >= 5.2 contains the JSON extension built in, so you do not need to worry if you are using a version above that. -* The ``Base``, ``Iter``, ``Style``, ``DOM`` and ``Async`` modules of `MochiKit - <http://mochikit.com/>`__, greater than version 1.3.1. A packed version of - MochiKit containing just these modules is available for your convenience in the - ``static/core/MochiKit`` directory, however you can use your own MochiKit if - you require other modules. +* The ``Base``, ``Iter``, ``Style``, ``DOM``, ``Async`` and ``Signal`` modules + of `MochiKit <http://mochikit.com/>`__, greater than version 1.3.1. A packed + version of MochiKit containing just these modules is available for your + convenience in the ``static/core/MochiKit`` directory, however you can use + your own MochiKit if you require other modules. Installation ============ @@ -120,6 +120,9 @@ // ones. 'configdirs' => $LIBDIR . 'form/', + // Look in this directory for your custom form templates + 'templatedir' => $LIBDIR . 'form/templates/', + // You can add elements that will be in all forms. Here's the prime // example of why you would want to... 'elements' => array( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |