Ferreteria/v0.5/@cls/cTitle

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 13:50, 7 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
Ferreteria class ferret\layout\html\tag\cTitle
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.