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-TYPE | hdsNavbar | (hdsApp* pApp) | |
| Default constructor | hdsNavbar() | Not specified in code. Default applies |
Public Methods:
| void | Generate | (hzChain& Z)hzHttpEvent* pE, uint32_t& nLine, | Aggregates into the supplied chain, the HTML nessesary to display the navbar Returns: None |
| void | MakeJS | (void) | |
| xTag | Whatami | (void) |
Member Variables:
| hzString | m_JS | Javascript to replace <navbar> tag in page |