Ferreteria/v0.5/layout/event/renderoutput: Difference between revisions
< Ferreteria | v0.5 | layout | event
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{fmt/title|''' | {{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;" | ||
|- | |- |
Latest revision as of 22:49, 21 July 2022
→ caNavElement
→ caLinkElement
→ \ferret\cMenuLink
→ \ferret\cArrayLink
→ \ferret\caDynamicLink
→ \ferret\cDropinLink
|
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
- Form:
public function RenderOutput() : string
- Classes:
- cElement: returns RenderValue()
- caNavElement: if GetShouldDisplay(), then returns RenderDisplay().
- \ferret\cDropinLink
- html\cLoginContentHeader
- html\tag\caClosable: assembles output from RenderValue(), GetTagOpen(), and GetTagName()
- html\tag\caUnclosed: returns GetTagOpen()