IDForm
Package:
Summary:
Compose HTML forms programmatically
Groups:
Author:
Description:
This class can be used to compose HTML forms programmatically.
It can compose a form by adding input elements interleaved with arbitrary HTML sections by defining the input parameters. You can also directly add html code into composing form if you need.
The class assembles the HTML of the composed form and returns it as a string.
All html genetation made according to W3C standatds.
Comments are closed.