underline = ...
Specifies whether the text inside this markup element should be rendered with a line under the text.
Specifying a boolean value for this field
The underline field evaluates a single boolean value:
- true: the underline property is enabled for this tag
- false: the underline property is disabled for this tag
Example
<some-content:box underline=false> <! specify that the underline property is not enabled for this tag. !> ... <some-content.underline true> <! change the field we previously set to enable that property now. !>