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