Defined in header file: hzDissemino.h
HTML visible entity types
Enum definition:
enum xTag
{
| HZ_VISENT_NULL | Undefined | ||
| HZ_VISENT_FIELD | The entity is a field | ||
| HZ_VISENT_FORM | The entity is a form (containing fields) | ||
| HZ_VISENT_BUTTON | The entity is a button | ||
| HZ_VISENT_RECAP | The entity is a human test icon (google recaptcha) | ||
| HZ_VISENT_LOOP | The entity is an loop controller | ||
| HZ_VISENT_HTAG | Other HTML tag not serving as an active entity | ||
| HZ_VISENT_XTAG | Language support tag | ||
| HZ_VISENT_HBLOCK | Block of HTML tags not serving as an active entity | ||
| HZ_VISENT_ARTREF | Block of CDATA HTML tags not serving as an active entity | ||
| HZ_VISENT_XDIV | Block of HTML tags depending on who is logged in | ||
| HZ_VISENT_XCOND | Block of HTML tags depending on a variable's value | ||
| HZ_VISENT_TXTVAL | Block of text forming part of the value of a node | ||
| HZ_VISENT_NAVBAR | Navigation pull-down menu | ||
| HZ_VISENT_CHARTPIE | The entity is a pie chart | ||
| HZ_VISENT_CHARTLINE | The entity is a bar chart | ||
| HZ_VISENT_CHARTBAR | The entity is a std chart | ||
| HZ_VISENT_DIAGRAM | The entity is a chart | ||
| HZ_VISENT_FLOWCHART | The entity is a chart |
} ;