Ferreteria/v0.5/layout/event/renderoutput: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | layout‎ | event
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{fmt/title|'''[[../|layout]]''' system: <code>RenderOutput()</code> method}}
{{fmt/title|'''{{l/ver|layout}}\{{l/ver|layout/event|event}}''' subsystem: <code>RenderOutput()</code> method}}
{| style="border: solid 1px grey; background: #eef;"
{| style="border: solid 1px grey; background: #eef;"
|-
|-
Line 23: Line 23:
|}
|}
|}
|}
cDropinLink
==About==
==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 {{l/ver/meth|layout/event|RenderValue}} and adding any necessary formatting or conditions.
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 {{l/ver/meth|layout/event|RenderValue}} and adding any necessary formatting or conditions.

Latest revision as of 22:49, 21 July 2022

layout\event subsystem: 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