This class can be used to generate XHTML forms with Javascript to perform client side validation.
It can compose a form added all the types of basic HTML form inputs. It also provides convenience functions for adding input for specific purposes, like password and confirmation inputs and password change inputs.
There is a separate class to implement advanced text are inputs.
The class automatically generates the form HTML with Javascript code for browser side validation. It uses a table based layout, using HTML templates built in the class.
The class supports several types of validation based on regular expressions.
Server side validation is also possible with a separate script. That script also takes care of file uploading saving the files to a given directory, eventually generating thumbnails in the case of image file uploads.
|
|
| Name: |
HTMLForm |
| Base name: |
htmlform |
| Description: |
Generate XHTML forms with Javascript validation |
| Version: |
- |
| PHP version: |
4.3 |
| License: |
GNU General Public License (GPL) |
| All time users: |
2261 users |
| All time rank: |
1528 |
| Week users: |
1 user |
| Week rank: |
2151  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (85.0%) |
Sufficient (75.0%) |
Sufficient (75.0%) |
Good (85.0%) |
- |
- |
Sufficient (66.0%) |
406 |
| Month: |
Not yet rated by the users |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| DBNavigator |
Required |
Class generate all his forms by HTMLForm |
| |
Applications that use this class |
|
|

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|