Ferreteria/v0.5/@cls/caLoginBodyTag: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{| style="border: solid 1px grey; background: #eef;" | {| style="border: solid 1px grey; background: #eef;" | ||
|- | |- | ||
| align=right | | |||
''' [[../|ferret]] \ {{l/ver/class|layout}} \ {{l/ver/class|layout/html|html}} \ {{l/ver/class|layout/html/tag|tag}}''' \ {{l/ver/class|caBodyStd}} →<br> | |||
''' [[../|ferret]] \ {{l/ver/class|layout}} \ {{l/ver/class|layout/login|login}}''' \ {{l/ver/class|tContainer_standard}} → | |||
| | | | ||
{{l/ver/class|caLoginBodyTag}} | {{l/ver/class|caLoginBodyTag}} | ||
|} | |} | ||
Line 9: | Line 11: | ||
==About== | ==About== | ||
This is based on a standard {{xml/tag|body}} tag ({{l/ver/class|caBodyStd}}) and defines a login widget element (GetElement_LoginWidget()). | This is based on a standard {{xml/tag|body}} tag ({{l/ver/class|caBodyStd}}) and defines a login widget element (GetElement_LoginWidget()). | ||
==Methods== | |||
===rendering=== | |||
* <code>OnRender()</code> comes from {{l/ver/class|caTag}} | |||
* <code>RenderOutput()</code> comes from {{l/ver/class|cElement}} | |||
* <code>RenderValue()</code> comes from {{l/ver/class|caContainer}} | |||
* <code>RenderTwigs()</code> comes from {{l/ver/class|cElement}} |
Revision as of 01:02, 8 July 2022
ferret \ layout \ html \ tag \ caBodyStd → |
- Source: layout/page/html/login/core.php
About
This is based on a standard <body> tag (caBodyStd) and defines a login widget element (GetElement_LoginWidget()).
Methods
rendering
OnRender()
comes from caTagRenderOutput()
comes from cElementRenderValue()
comes from caContainerRenderTwigs()
comes from cElement