Ferreteria/v0.5/@cls/caContainer

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 00:54, 23 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
Ferreteria class ferret\layout\html\tag\caContainer
caClosableAttribs caContainer

cBody
cHead
cHtml

Methods

Currently, this class is just an alias for caClosableAttribs.

History

  • 2022-07-08 RenderValue() was overriding cElement with code that returns just the tag attributes. That seemed wrong, because caClosable assembles a more complete tag from RenderValue(), GetTagName(), and GetTagTail(). Commented out the override.