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

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
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==
==Methods==
===rendering===
* Rendering: no change from {{l/ver/class|caContainer}}
* <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}}

Latest revision as of 12:19, 8 July 2022

class ferret\layout\html\caLoginBodyTag

ferret \ layout \ html \ tag \ caBodyStd
ferret \ layout \ login \ tContainer_standard

caLoginBodyTag

About

This is based on a standard <body> tag (caBodyStd) and defines a login widget element (GetElement_LoginWidget()).

Methods