Ferreteria/v0.5/layout/event/renderoutput: Difference between revisions
< Ferreteria | v0.5 | layout | event
Jump to navigation
Jump to search
(Created page with "{{fmt/title|'''layout''' system: <code>RenderOutput()</code> method}} ==About== This method is at the top of the rendering hierarchy for any given element object. Its...") |
m (Woozle moved page Ferreteria/v0.5/layout/renderoutput to Ferreteria/v0.5/layout/event/renderoutput: most of this page is actually about the event subsystem) |
(No difference)
|
Revision as of 18:39, 15 July 2022
layout system:
RenderOutput() method |
About
This method is at the top of the rendering hierarchy for any given element object. Its job is to assemble all the bits of output for which it might be responsible, including any twigs.
Specs
- Form:
public function RenderOutput() : string
- Classes:
- cElement: returns RenderValue()
- caNavElement: if GetShouldDisplay(), then returns RenderDisplay().
- html\cLoginContentHeader
- html\tag\caClosable: assembles output from RenderValue(), GetTagOpen(), and GetTagName()
- html\tag\caUnclosed: returns GetTagOpen()