Ferreteria/v0.5/@cls/cTitle
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
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.