HTML Form Generator
Package:
Summary:
Compose and generate HTML forms programmatically
Groups:
Author:
Description:
This class can be used to compose and generate HTML forms programmatically.
It comes with a main form class and several classes that abstract the different types of HTML elements, like: text, password, hidden, select, radio, checkbox, label and submit buttons.
The main class can add one or more elements to the composition of the form and then generate the HTML for the form and all the elements. The generated form is returned as a single string.
It comes with a main form class and several classes that abstract the different types of HTML elements, like: text, password, hidden, select, radio, checkbox, label and submit buttons.
The main class can add one or more elements to the composition of the form and then generate the HTML for the form and all the elements. The generated form is returned as a single string.
Comments are closed.