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 |
||
(One intermediate revision by the same user not shown) | |||
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== | |||
* {{l/ver/meth|layout/tag|GetTagName}} returns "title". | |||
* {{l/ver/meth|layout/tag|GetTagTail}} returns an empty string. | |||
* {{l/ver/meth|layout/event|RenderValue}} returns the ArgPod's Value element value. |
Latest revision as of 20:01, 18 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.