Ferreteria/v0.5/@cls/cTitle: Difference between revisions
< 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}}\cTitle</code>}} {| style="border:...") |
No edit summary |
||
Line 6: | Line 6: | ||
|} | |} | ||
* '''File''': {{l/ferreteria/code|layout/page/html/tag/list/title.php}} | * '''File''': {{l/ferreteria/code|layout/page/html/tag/list/title.php}} | ||
==About== | |||
This encapsulates a <[https://htmldog.com/references/html/tags/title/ title]> tag. It has an opener/closer pair with content, but never any attributes. The content is just the string for the browser to display as its page title (usually in the window frame). | |||
==Config== | |||
* <code>GetTagName()</code> returns "title". | |||
* <code>GetTagTail()</code> returns an empty string. | |||
* <code>RenderValue()</code> returns the ArgPod's Value element value. |
Revision as of 13:50, 7 July 2022
caClosable | → cTitle |
About
This encapsulates a <title> tag. It has an opener/closer pair with content, but never any attributes. The content is just the string for the browser to display as its page title (usually in the window frame).
Config
GetTagName()
returns "title".GetTagTail()
returns an empty string.RenderValue()
returns the ArgPod's Value element value.