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
mNo edit summary
 
Line 9: Line 9:
==Methods==
==Methods==
===composition (input)===
===composition (input)===
* {{l/sub|AddText()}}: called to add text to the content-output buffer
* {{l/sub|AddText}}(): called to add text to the content-output buffer
===rendering (output)===
===rendering (output)===
* {{l/sub|OnFigure()}}: calculate the output and put it in the buffer
* {{l/sub|OnFigure}}(): calculate the output and put it in the buffer
* {{l/sub|OnRender()}} -- the following seems to be incorrect as of 2022-12-03, because there is no OnRender() at this level:
* {{l/sub|OnRender}}() -- the following seems to be incorrect as of 2022-12-03, because there is no OnRender() at this level:
** Appends the following to the output:
** Appends the following to the output:
*** {{l/sub|RetrieveStashed()}} -- the stashed content
*** {{l/sub|RetrieveStashed}}() -- the stashed content
*** {{l/sub|RenderOutput()}}
*** {{l/sub|RenderOutput}}()
*** Value() element of ArgPod (via {{l/sub|GetArgPod()}}
*** Value() element of ArgPod (via {{l/sub|GetArgPod()}}



Latest revision as of 22:37, 20 December 2022

class ferret\layout\caPageContent
cElement caPageContent ferret\layout\emerald\cPageContent

Methods

composition (input)

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

rendering (output)

  • OnFigure(): calculate the output and put it in the buffer
  • OnRender() -- the following seems to be incorrect as of 2022-12-03, because there is no OnRender() at this level:

Do these even exist anymore?: