Defined in header file: hzDissemino.h

HTML visible entity types

Enum definition:

enum    xTag
{

HZ_VISENT_NULLUndefined
HZ_VISENT_FIELDThe entity is a field
HZ_VISENT_FORMThe entity is a form (containing fields)
HZ_VISENT_BUTTONThe entity is a button
HZ_VISENT_RECAPThe entity is a human test icon (google recaptcha)
HZ_VISENT_LOOPThe entity is an loop controller
HZ_VISENT_HTAGOther HTML tag not serving as an active entity
HZ_VISENT_XTAGLanguage support tag
HZ_VISENT_HBLOCKBlock of HTML tags not serving as an active entity
HZ_VISENT_ARTREFBlock of CDATA HTML tags not serving as an active entity
HZ_VISENT_XDIVBlock of HTML tags depending on who is logged in
HZ_VISENT_XCONDBlock of HTML tags depending on a variable's value
HZ_VISENT_TXTVALBlock of text forming part of the value of a node
HZ_VISENT_NAVBARNavigation pull-down menu
HZ_VISENT_CHARTPIEThe entity is a pie chart
HZ_VISENT_CHARTLINEThe entity is a bar chart
HZ_VISENT_CHARTBARThe entity is a std chart
HZ_VISENT_DIAGRAMThe entity is a chart
HZ_VISENT_FLOWCHARTThe entity is a chart

} ;