[Pieforms-commit] SF.net SVN: pieforms: [236] pieforms-php5/trunk/doc/rst/user/features.rst
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-12-27 23:38:55
|
Revision: 236 http://pieforms.svn.sourceforge.net/pieforms/?rev=236&view=rev Author: oracleshinoda Date: 2007-12-27 15:38:59 -0800 (Thu, 27 Dec 2007) Log Message: ----------- Added a feature - full layout control, thanks to templates. Modified Paths: -------------- pieforms-php5/trunk/doc/rst/user/features.rst Modified: pieforms-php5/trunk/doc/rst/user/features.rst =================================================================== --- pieforms-php5/trunk/doc/rst/user/features.rst 2007-12-27 23:37:48 UTC (rev 235) +++ pieforms-php5/trunk/doc/rst/user/features.rst 2007-12-27 23:38:59 UTC (rev 236) @@ -54,6 +54,20 @@ <http://sourceforge.net/tracker/?group_id=182497&atid=901456>`__, and it could be included in the next release for everyone to enjoy. +Full Layout Control +=================== + +Pieforms gives you two options for laying out forms. One - renderers - will +handle most common cases for forms in your application. If a form you are +writing doesn't need any special layout control, a renderer will be perfect. It +will allow you, without any effort, to guarantee that your forms are all layed +out consistently. + +However, there comes a time when you need more advanced layout control. +Pieforms provides you the ability to write a template to describe how a form +should be layed out. Templates are simply PHP files with access to the form, so +you can get as fancy as you like with how the form elements are layed out. + Asynchronous Forms ================== @@ -77,9 +91,9 @@ Though there is not a lot to translate, Pieforms has i18n support, so the rule messages can be in your native language if you need. Elements also support i18n where required - for example, the calendar element supports different -languages. Although the only supported language at the moment is "en.utf8", it -will take only around 10 minutes to add new languages. Ask on the mailing list -or in the forums! +languages. Currently there are translations for English, German and French, and +creating a new translation will take only around 10 minutes to add new +languages. Ask on the mailing list or in the forums! HTML 4.01 Compliance ==================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |