Ferreteria/v0.5/layout/event/renderoutput

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | layout‎ | event
Revision as of 22:38, 21 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
layout system: RenderOutput() method

cElement

caNavElementcaLinkElement\ferret\cMenuLink\ferret\cArrayLink\ferret\caDynamicLink → \ferret\cDropinLink
.\html\caContentHeader.\html\cLoginContentHeader

.\html\caTag

.\html\tag\caUnclosed
.\html\tag\caClosable

About

This method is at the top of the rendering hierarchy for any given element object. Its job is to ultimately to assemble all the bits of output for which it might be responsible, but this is generally done by invoking RenderValue() and adding any necessary formatting or conditions.

Specs