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_NULL | Initial (invalid) value | ||
| HTMLTYPE_TEXT | Full range of printable chars | ||
| HTMLTYPE_PASSWORD | As text but char's won't print | ||
| HTMLTYPE_TEXTAREA | As text but a text area is described | ||
| HTMLTYPE_SELECT | A HTML selector | ||
| HTMLTYPE_CHECKBOX | A HTML checkbox | ||
| HTMLTYPE_RADIO | A HTML radio button set | ||
| HTMLTYPE_FILE | File uploaded | ||
| HTMLTYPE_HIDDEN | Hidden field |
} ;