Ferreteria/v0.5/@cls/caClosableAttribs: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|} | |} | ||
* '''File''': {{l/ferreteria/code|layout/page/html/tag/attr.php}} | * '''File''': {{l/ferreteria/code|layout/page/html/tag/attr.php}} | ||
==About== | |||
As with {{l/ver/class|caUnclosedAttribs}}, this just adds {{l/ver/class|tTailData}} to its parent class (in this case, {{l/ver/class|caClosable}}). | |||
==Methods== | ==Methods== | ||
===rendering=== | ===Events=== | ||
* | ====dispatch==== | ||
* | No change from {{l/ver/class|tExecutableTwig}}. | ||
* | ====rendering==== | ||
* | * {{l/ver/meth|layout/event|OnRender}} comes from {{l/ver/class|caTag}} | ||
* {{l/ver/meth|layout/event|RenderOutput}} comes from {{l/ver/class|caClosable}} | |||
* {{l/ver/meth|layout/event|RenderValue}} comes from {{l/ver/class|cElement}} | |||
* {{l/ver/meth|layout/event|RenderBranch}} comes from {{l/ver/class|cElement}} | |||
* {{l/ver/meth|layout/event|RenderTwigs}} comes from {{l/ver/class|cElement}} |
Latest revision as of 00:51, 23 July 2022
caClosable → |
caClosableAttribs | → caContainer |
About
As with caUnclosedAttribs, this just adds tTailData to its parent class (in this case, caClosable).
Methods
Events
dispatch
No change from tExecutableTwig.
rendering
- OnRender() comes from caTag
- RenderOutput() comes from caClosable
- RenderValue() comes from cElement
- RenderBranch() comes from cElement
- RenderTwigs() comes from cElement