Ferreteria/v0.5/@cls/caContainer: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
(Created page with "{{fmt/title|Ferreteria class <code>ferret\layout\html\tag\caContainer</code>}} * '''File''': {{l/ferreteria/code|layout/page/html/tag/container.php}} * '''Namespace''': {{l/v...") |
mNo edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{fmt/title|Ferreteria class <code>ferret\layout\html\tag\caContainer</code>}} | {{fmt/title|Ferreteria class <code>[[../|ferret]]\{{l/ver/class|layout}}\{{l/ver/class|layout/html|html}}\{{l/ver/class|layout/html/tag|tag}}\caContainer</code>}} | ||
{| style="border: solid 1px grey; background: #eef;" | |||
|- | |||
| {{l/ver/class|caClosableAttribs}} | |||
| → {{l/ver/class|caContainer}} | |||
| | |||
→ {{l/ver/class|cBody}}<br> | |||
→ {{l/ver/class|cHead}}<br> | |||
→ {{l/ver/class|caHtml}} | |||
|} | |||
* '''File''': {{l/ferreteria/code|layout/page/html/tag/container.php}} | * '''File''': {{l/ferreteria/code|layout/page/html/tag/container.php}} | ||
* ''' | ==Methods== | ||
* ''' | Currently, this class is just an alias for {{l/ver/class|caClosableAttribs}}. | ||
* ''' | * '''Rendering''' is unchanged from {{l/ver/class|caClosableAttribs}}. | ||
* '''Dispatch''' is unchanged from {{l/ver/class|tExecutableTwig}}. | |||
==History== | |||
* '''2022-07-08''' <code>RenderValue()</code> was overriding {{l/ver/class|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. |
Latest revision as of 16:25, 23 July 2022
caClosableAttribs | → caContainer |
Methods
Currently, this class is just an alias for caClosableAttribs.
- Rendering is unchanged from caClosableAttribs.
- Dispatch is unchanged from tExecutableTwig.
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.