array2form
Package:
Summary:
Generate HTML forms from input parameter lists
Groups:
Author:
Description:
This class can be used to generate HTML forms from input parameter lists.
It takes an array of strings that contain multiple parameters for creating form inputs.
The input parameters are separated by the | character. The can define several types of values like the input type, label, name, size, etc..
The class can generate HTML for the whole form at once and display it as the current script output.
It takes an array of strings that contain multiple parameters for creating form inputs.
The input parameters are separated by the | character. The can define several types of values like the input type, label, name, size, etc..
The class can generate HTML for the whole form at once and display it as the current script output.
Comments are closed.