Ferreteria/v0.5/layout/event/onrender

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | layout‎ | event
Revision as of 23:45, 21 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
layout\event subsystem: OnRender() method
NOTE: This documentation is obsolete and needs updating.
cElement

caNavElementcaLinkElementferret\cMenuLinkferret\cArrayLinkferret\caDynamicLinkferret\cDropinLink
caPageContent
cSectionHeader
caWidget
caTag

About

This method is called by objects of the cEventNodeRender class. Its job is to funnel the object's output (typically from RenderOutput()) into the given Event object ($oe) via $oe->Append().

Specs