Defined in header file: hzDissemino.h

Html types apply only to the rendering. The only constraint is that the Htnl type can accomodate the filed's data type.

Enum definition:

enum    hzHtmltype
{

HTMLTYPE_NULLInitial (invalid) value
HTMLTYPE_TEXTFull range of printable chars
HTMLTYPE_PASSWORDAs text but char's won't print
HTMLTYPE_TEXTAREAAs text but a text area is described
HTMLTYPE_SELECTA HTML selector
HTMLTYPE_CHECKBOXA HTML checkbox
HTMLTYPE_RADIOA HTML radio button set
HTMLTYPE_FILEFile uploaded
HTMLTYPE_HIDDENHidden field

} ;