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-TYPE | hdsFormref | (hdsApp* pApp) | |
| void | ~hdsFormref | (void) | |
| NULL-TYPE | ~hdsFormref | (void) |
Public Methods:
| void | Generate | (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 |
| xTag | Whatami | (void) |
Member Variables:
| uint32_t | m_ClsId | Class delta id to apply | |
| hzString | m_Formname | Formname (of form definition) |