Defined in file: hzDissemino.h
Derivative of: hdsVE
The presence of hdsXdiv instances in a page template do not give rise to HTML <div> tags but they do include or exclude their sub-tags depending on who the user is. Instances of hdsXdiv are created by the <xdiv> tag in the configs. As the resulting page may differ, <xdiv> is an active tag and any page template containing one is deeemed active.
Constructors/Detructors
| hdsXdiv* | hdsXdiv | (hdsApp* pApp) | |
| NULL-TYPE | hdsXdiv | (hdsApp* pApp) | |
| Default constructor | hdsXdiv() | Not specified in code. Default applies |
Public Methods:
| void | Generate | (hzChain& C)hzHttpEvent* pE, uint32_t& nLine, | On the condition that the user's access matches that of this <xdiv> tag, aggregate to the supplied chain (the HTML body), all child tags. Do nothing otherwise. Returns: None |
| xTag | Whatami | (void) |
Member Variables: None.