Invenzzia »

IMPORTANT ANNOUNCEMENT

Due to the uncertain status of the Flyspray project, lack of new releases and moving the code repository to Github, we decided to shutdown this issue tracker by the end of January 2011. From that date, the bugs should be reported directly in Github project repositories.

List of repositories:

Form processing and validation library for PHP5.
| Tasklist |

FS#129 - Implementation of form repeaters

Attached to Project: Open Power Forms
Opened by Zyx (Zyx) - Wednesday, 30 September 2009, 02:54 GMT-8
Last edited by Zyx (Zyx) - Monday, 09 November 2009, 09:50 GMT-8
Task Type TODO ticket
Category Forms
Status Requires testing
Assigned To Zyx (Zyx)
Operating System OS-independent
Severity Medium
Priority Normal
Reported Version 2.0-dev
Due in Version 2.0.0
Due Date Undecided
Percent Complete 80%
Votes 0
Private No

Details

Form repeater is a special item that repeats the specified form several times on one page. For example, the programmer may want to add up to 30 people data with one form. This could be done by putting a single person form to the repeater and defining that it must be repeated 30 times.

The tasks:

1. Creating a repeater class and basic API.
2. Repeater hermetization so that it acts as a normal form.
3. Sharing the data to the script: the repeater should provide only the data of the filled in subforms.
4. Determining, how to implement error reporting.
5. Generating valid form field names.
6. Template presentation layer.
This task depends upon

Loading...