Defined in file: hzDissemino.h

Derivative of: hdsVE

The hdsFormref or form reference class performs two roles. Firstly as a derivative of hdsVE, the hdsFormref is a visual entity and so enables a form to manifest as HTML. Secondly the form reference provides the context of operation for the form A form reference points to a form but can set an alternative class delta id for the host class For further information please see the synopsis on "Application Specific Cloud Computing"

Constructors/Detructors

hdsFormref*hdsFormref(hdsApp* pApp)
NULL-TYPEhdsFormref(hdsApp* pApp)
void~hdsFormref(void)
NULL-TYPE~hdsFormref(void)

Public Methods:

voidGenerate(hzChain& C)hzHttpEvent* pE, uint32_t& nLine, Aggregates to the supplied chain (the HTML body), the HTML code for presenting a form. This will present the whole form so everything from the opening <form> tag to the closing </form> antitag. The HTML for the form is actually vested with the form definition so generating HTML for a form reference is a matter of .... Returns: None
xTagWhatami(void)

Member Variables:

uint32_tm_ClsIdClass delta id to apply
hzStringm_FormnameFormname (of form definition)