Ferreteria/v0.5/@cls/caPageContent: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
** Appends the following to the output:
** Appends the following to the output:
*** RetrieveStashed() -- the stashed content
*** RetrieveStashed() -- the stashed content
*** RenderTwigs()
*** RenderOutput()
*** Value() element of ArgPod
*** Value() element of ArgPod
* <code>RenderOutput()</code> comes from {{l/ver/class|cElement}}
* <code>RenderOutput()</code> comes from {{l/ver/class|cElement}}

Revision as of 16:19, 8 July 2022

class ferret\layout\caPageContent
cElement caPageContent

Methods

rendering

  • OnRender() (new):
    • Appends the following to the output:
      • RetrieveStashed() -- the stashed content
      • RenderOutput()
      • Value() element of ArgPod
  • RenderOutput() comes from cElement
  • RenderValue() comes from cElement
  • RenderBranch() comes from cElement
  • RenderTwigs() comes from cElement