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

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
(Created page with "{{fmt/title|Ferreteria class <code>ferret\{{l/ver/class|layout}}\{{l/ver/class|layout/html|html}}\{{l/ver/class|layout/html/tag|tag}}\tTailData</code>}} {| style="bord...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{fmt/title|Ferreteria class <code>[[../|ferret]]\{{l/ver/class|layout}}\{{l/ver/class|layout/html|html}}\{{l/ver/class|layout/html/tag|tag}}\tTailData</code>}}
{{fmt/title|Ferreteria trait <code>[[../|ferret]]\{{l/ver/class|layout}}\{{l/ver/class|layout/html|html}}\{{l/ver/class|layout/html/tag|tag}}\tTailData</code>}}
{| style="border: solid 1px grey; background: #eef;"
{| style="border: solid 1px grey; background: #eef;"
|-
|-
Line 11: Line 11:
This trait basically just implements the <code>GetTagTail()</code> method, and provides additional service methods around that.
This trait basically just implements the <code>GetTagTail()</code> method, and provides additional service methods around that.
==Methods==
==Methods==
* <code>GetTagTail()</code> is cemented to return a rendering of all the tag's attributes, as delivered by an appropriate {{l/ver/class|cAttributes}} object.
* <code>GetTagTail()</code> is cemented to return a rendering of all the tag's attributes, as delivered by the tag-object's {{l/ver/class|cAttributes}} object.

Latest revision as of 14:07, 7 July 2022

Ferreteria trait ferret\layout\html\tag\tTailData
tTailData

caClosableAttribs
caUnclosedAttribs

About

This trait basically just implements the GetTagTail() method, and provides additional service methods around that.

Methods

  • GetTagTail() is cemented to return a rendering of all the tag's attributes, as delivered by the tag-object's cAttributes object.