Ferreteria/v0.5/layout/event/onrender

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | layout‎ | event
Revision as of 12:44, 15 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
layout system: OnRender() method
tEventNodeRender (A)
cElement

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

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