Ferreteria/v0.5/@cls/caPageContent: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
* {{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|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: | ||
*** RetrieveStashed() -- the stashed content | *** {{l/sub|RetrieveStashed()}} -- the stashed content | ||
*** RenderOutput() | *** {{l/sub|RenderOutput()}} | ||
*** Value() element of ArgPod | *** Value() element of ArgPod (via {{l/sub|GetArgPod()}} | ||
Do these even exist anymore?: | |||
* <code>RenderOutput()</code> comes from {{l/ver/class|cElement}} | * <code>RenderOutput()</code> comes from {{l/ver/class|cElement}} | ||
* <code>RenderValue()</code> comes from {{l/ver/class|cElement}} | * <code>RenderValue()</code> comes from {{l/ver/class|cElement}} | ||
* <code>RenderBranch()</code> comes from {{l/ver/class|cElement}} | * <code>RenderBranch()</code> comes from {{l/ver/class|cElement}} | ||
* <code>RenderTwigs()</code> comes from {{l/ver/class|cElement}} | * <code>RenderTwigs()</code> comes from {{l/ver/class|cElement}} |
Revision as of 20:34, 3 December 2022
cElement → | caPageContent |
- Source: layout/page/content.php
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:
- Appends the following to the output:
- RetrieveStashed() -- the stashed content
- RenderOutput()
- Value() element of ArgPod (via GetArgPod()
- Appends the following to the output:
Do these even exist anymore?: