Ferreteria/v0.5/@cls/caContainer

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
Ferreteria class ferret\layout\html\tag\caContainer
caClosableAttribs caContainer

cBody
cHeader
cHtml

Methods

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.