Defined in file: hzDissemino.h

Derivative of: hdsVE

A hierarchical pull-down menu of links that is generated depending on the status of the user. There are headings which are omnipresent (always visible) and for each of these, there is either a direct link to a page or there is a sub-menu. The sub-menu if applicable, becomes visible by virtue of an onmouseover event on the heading, and contains a set of one or more links. In theory these could also support sub-menus but this is not currently implimented. By default, the menu is populated by the subject attribute in each page.

Constructors/Detructors

hdsNavbar*hdsNavbar(hdsApp* pApp)
NULL-TYPEhdsNavbar(hdsApp* pApp)
Default constructorhdsNavbar()Not specified in code. Default applies

Public Methods:

voidGenerate(hzChain& Z)hzHttpEvent* pE, uint32_t& nLine, Aggregates into the supplied chain, the HTML nessesary to display the navbar Returns: None
voidMakeJS(void)
xTagWhatami(void)

Member Variables:

hzStringm_JSJavascript to replace <navbar> tag in page