Defined in file: hzDissemino.h
Derivative of: hdsArticle
Standard article constructed by config read
Constructors/Detructors
| hdsArticleStd* | hdsArticleStd | (void) | |
| void | ~hdsArticleStd | (void) |
Public Methods:
| hzEcode | AddFormref | (hdsFormref* pFR) | |
| hzEcode | AddVisent | (hdsVE* pChild) | |
| void | Display | (hzChain& C)hzHttpEvent* pE, | Generate HTML for an article. If the applicable article contains active elements and so is itself active, this function will be called to serve the article in response to an AJAX request. Otherwise this function is only called to create a fixed HTML value for the article during program initialization. Note this function is never called by hdsPage::Display() since an hdsArticle cannot be a page component. Returns: None |
| void | EvalHtml | (hzChain& C) | Generate HTML for an article. If the applicable article contains active elements and so is itself active, this function will be called to serve the article in response to an AJAX request. Otherwise this function is only called to create a fixed HTML value for the article during program initialization. Note this function is never called by hdsPage::Display() since an hdsArticle cannot be a page component. Returns: None |
| hdsRtype | Whatami | (void) |
Member Variables:
| hzList<hdsExec*> | m_Exec | List of commands to run upon display (generation) | |
| hzArray<hdsVE*> | m_VEs | First level visual entities | |
| hdsFormref* | m_pFormref | Articles may hold a maximum of one form | |
| hzString | m_rawHTML | Proforma HTML (actual HTML if article is inactive) | |
| hzString | m_zipHTML | Zipped HTML (if proforma is actual) |