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 7: Line 7:
* '''Source''': {{l/ferreteria/code|layout/page/content.php}}
* '''Source''': {{l/ferreteria/code|layout/page/content.php}}
==Methods==
==Methods==
===rendering===
===composition (input)===
* {{l/sub|AddText()}}: called to add text to the content-output buffer
===rendering (output)===
* <code>OnRender()</code> (new):
* <code>OnRender()</code> (new):
** Appends the following to the output:
** Appends the following to the output:

Revision as of 20:10, 3 December 2022

class ferret\layout\caPageContent
cElement caPageContent

Methods

composition (input)

  • AddText(): called to add text to the content-output buffer

rendering (output)

  • 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